gomain.go.boiler 98 B

12345678
  1. // {{.author}} {{.email}}
  2. package main
  3. import "fmt"
  4. func main() {
  5. fmt.Println("Hello world")
  6. }