I'm on Windows 10, with go 1.16.7 windows/amd64 installed. Already defined GOPATH to
C:\Users\anta40\Codes\Go
.
While in GOPATH, I ran these 2 commands:
go env -w GO111MODULE=auto
go get golang.org/x/mobile/cmd/gomobile
OK now let's run gomobile
'gomobile' is not recognized as an internal or external command, operable program or batch file.
Hmm.. what's missing here?