6cda6ef92e
* 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
5 lines
117 B
Go
5 lines
117 B
Go
// Package main is used to test the local runtime, specifically the entrypoint function
|
|
package main
|
|
|
|
func main() {}
|