Move packages to root dir from src/
This is supposed to work slightly better with go import paths. I think.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module.exports = function (context, callback) {
|
||||
console.log("Test function entered");
|
||||
callback(200, "Hello, world!\n");
|
||||
console.log("Test function exit");
|
||||
}
|
||||
Reference in New Issue
Block a user