tinygba
tinygba copied to clipboard
Error during go get tinygo.org/x/tinygba
Hi,
I've tried to use this repo in order to create some GBA apps/games and I have an error:
$ go get tinygo.org/x/tinygba
go: tinygo.org/x/tinygba imports
device/gba: package device/gba is not in std (/home/gitpod/go/src/device/gba)
go: tinygo.org/x/tinygba imports
machine: package machine is not in std (/home/gitpod/go/src/machine)
Can you help me about it?
thanks