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() {}
|