x/tools/gopls: working with TinyGo #41290
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Setting
GOPATH="/path/to/go:/usr/lib/tinygo/src"
allows me to include machine.But still I get error
Led not declared in package machine
. That's caused by first line of board_bluepill.go is set to// +build bluepill
. Its not detected as "machine package".Any syggestions how to fix this to get gopls working with tinygo.
The text was updated successfully, but these errors were encountered: