8 lines
77 B
Go
8 lines
77 B
Go
package game
|
|
|
|
import "fmt"
|
|
|
|
func init() {
|
|
fmt.Println("This is a thing!")
|
|
}
|