micro/runtime/local/test/cmd/test/main.go
ben-toogood 6cda6ef92e
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
2020-08-21 11:17:42 +01:00

5 lines
117 B
Go

// Package main is used to test the local runtime, specifically the entrypoint function
package main
func main() {}