Build constraints exclude all go files

whenever I execute this I go the same result:

env GOOS=linux GOARCH=386 go build window_Webkit.go

result

**

go build github.com/zserge/webview: build constraints exclude all Go files in GOPATH/src/github.com/zserge/webview
**

In machine linux amd64

I had tried some methods but still have the problem… Anyone help

I can’t find the file you’re referencing but my first guess is there’s a build constraint in that file that excludes linux and/or the 386 architecture.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.