gomod2nix/templates/app/main.go
2022-05-30 19:17:02 +08:00

9 lines
77 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Hello flake")
}