Testing, trying
This commit is contained in:
7
game/director.go
Normal file
7
game/director.go
Normal file
@ -0,0 +1,7 @@
|
||||
package game
|
||||
|
||||
import "fmt"
|
||||
|
||||
func director() {
|
||||
fmt.Println("This is the director.")
|
||||
}
|
@ -1 +0,0 @@
|
||||
Left empty on purpose.
|
7
game/init.go
Normal file
7
game/init.go
Normal file
@ -0,0 +1,7 @@
|
||||
package game
|
||||
|
||||
import "fmt"
|
||||
|
||||
func init() {
|
||||
fmt.Println("This is a thing!")
|
||||
}
|
Reference in New Issue
Block a user