mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
cmd/ebitenmobile: add comments
This commit is contained in:
parent
ebb4851a32
commit
8418c4a655
@ -62,6 +62,8 @@ func removeAll(path string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func runGo(args ...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{
|
env := []string{
|
||||||
"GO111MODULE=on",
|
"GO111MODULE=on",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user