Files
template/cmd/${REPO_NAME_SNAKE}/main.go
T
2024-05-19 16:14:07 +07:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}