helpful comment

This commit is contained in:
Josh Deprez 2021-10-01 13:58:07 +10:00
parent f489680454
commit 0d980a71ce

View file

@ -1,6 +1,8 @@
//go:build example //go:build example
// +build example // +build example
// This is an example game using the engine. Run it with:
// go run -tags example example.go
package main package main
import ( import (