Hello,
I'm using atom and am trying to import the syscall/js package.
My issue is that I do not know which build constraints I should specify for the static analysers to process the code.
I'm getting a message as such:
js.go:7:3: build constraints exclude all Go files in /usr/local/go/src/syscall/js
I am using atom with go-plus.
Any suggestions?