go-build-template/cmd/myapp/main.go
2021-09-14 08:40:17 -07:00

8 lines
73 B
Go

package main
import "log"
func main() {
log.Printf("hello, world!")
}