runtime/local: add support for idiomatic folder structures (#1963)

* runtime/local: add support for idiomatic folder structures

* runtime/local: add test coverage

* runtime/local: increase test coverage

* runtime/local: add test for empty local source

* runtime/local: make entrypoint public
This commit is contained in:
ben-toogood
2020-08-21 11:17:42 +01:00
committed by GitHub
parent f9f61d29de
commit 6cda6ef92e
7 changed files with 95 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
// Package main is used to test the local runtime, specifically the entrypoint function
package main
func main() {}

View File

@@ -0,0 +1,4 @@
// Package main is used to test the local runtime, specifically the entrypoint function
package main
func main() {}

View File

@@ -0,0 +1 @@
package empty

View File

@@ -0,0 +1,4 @@
// Package main is used to test the local runtime, specifically the entrypoint function
package main
func main() {}

View File

@@ -0,0 +1,4 @@
// Package main is used to test the local runtime, specifically the entrypoint function
package main
func main() {}