cmd/ebitenmobile: add comments

This commit is contained in:
Hajime Hoshi 2022-01-03 17:29:43 +09:00
parent ebb4851a32
commit 8418c4a655

View File

@ -62,6 +62,8 @@ func removeAll(path string) error {
}
func runGo(args ...string) error {
// TODO: Remove this after Ebiten drops the support of Go 1.15 and older.
// GO111MODULE is on by default as of Go 1.16.
env := []string{
"GO111MODULE=on",
}