init.go 77 B

1234567
  1. package game
  2. import "fmt"
  3. func init() {
  4. fmt.Println("This is a thing!")
  5. }