We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GOROOT=C:\Go #gosetup GOPATH=C:\gopath #gosetup C:\Go\bin\go.exe build -o D:\BaiduSyncdisk\goworkplace\goweb\playwright_v1\go_build_split_game_go.exe -gcflags "all=-N -l" D:\BaiduSyncdisk\goworkplace\goweb\playwright_v1\split_game.go #gosetup C:\gopath\src\github.com\playwright-community\playwright-go\frame.go:10:2: cannot find package "github.com/deckarep/golang-set/v2" in any of: C:\Go\src\github.com\deckarep\golang-set\v2 (from $GOROOT) C:\gopath\src\github.com\deckarep\golang-set\v2 (from $GOPATH) C:\gopath\src\github.com\playwright-community\playwright-go\transport.go:11:2: cannot find package "github.com/go-jose/go-jose/v3/json" in any of: C:\Go\src\github.com\go-jose\go-jose\v3\json (from $GOROOT) C:\gopath\src\github.com\go-jose\go-jose\v3\json (from $GOPATH) C:\gopath\src\github.com\playwright-community\playwright-go\binding_call.go:7:2: cannot find package "github.com/go-stack/stack" in any of: C:\Go\src\github.com\go-stack\stack (from $GOROOT) C:\gopath\src\github.com\go-stack\stack (from $GOPATH) C:\gopath\src\github.com\playwright-community\playwright-go\internal\safe\map.go:6:2: cannot find package "golang.org/x/exp/maps" in any of: C:\Go\src\golang.org\x\exp\maps (from $GOROOT) C:\gopath\src\golang.org\x\exp\maps (from $GOPATH) C:\gopath\src\github.com\playwright-community\playwright-go\browser_context.go:13:2: cannot find package "golang.org/x/exp/slices" in any of: C:\Go\src\golang.org\x\exp\slices (from $GOROOT) C:\gopath\src\golang.org\x\exp\slices (from $GOPATH)
编译完成,并显示退出代码 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GOROOT=C:\Go #gosetup
GOPATH=C:\gopath #gosetup
C:\Go\bin\go.exe build -o D:\BaiduSyncdisk\goworkplace\goweb\playwright_v1\go_build_split_game_go.exe -gcflags "all=-N -l" D:\BaiduSyncdisk\goworkplace\goweb\playwright_v1\split_game.go #gosetup
C:\gopath\src\github.com\playwright-community\playwright-go\frame.go:10:2: cannot find package "github.com/deckarep/golang-set/v2" in any of:
C:\Go\src\github.com\deckarep\golang-set\v2 (from $GOROOT)
C:\gopath\src\github.com\deckarep\golang-set\v2 (from $GOPATH)
C:\gopath\src\github.com\playwright-community\playwright-go\transport.go:11:2: cannot find package "github.com/go-jose/go-jose/v3/json" in any of:
C:\Go\src\github.com\go-jose\go-jose\v3\json (from $GOROOT)
C:\gopath\src\github.com\go-jose\go-jose\v3\json (from $GOPATH)
C:\gopath\src\github.com\playwright-community\playwright-go\binding_call.go:7:2: cannot find package "github.com/go-stack/stack" in any of:
C:\Go\src\github.com\go-stack\stack (from $GOROOT)
C:\gopath\src\github.com\go-stack\stack (from $GOPATH)
C:\gopath\src\github.com\playwright-community\playwright-go\internal\safe\map.go:6:2: cannot find package "golang.org/x/exp/maps" in any of:
C:\Go\src\golang.org\x\exp\maps (from $GOROOT)
C:\gopath\src\golang.org\x\exp\maps (from $GOPATH)
C:\gopath\src\github.com\playwright-community\playwright-go\browser_context.go:13:2: cannot find package "golang.org/x/exp/slices" in any of:
C:\Go\src\golang.org\x\exp\slices (from $GOROOT)
C:\gopath\src\golang.org\x\exp\slices (from $GOPATH)
编译完成,并显示退出代码 1
The text was updated successfully, but these errors were encountered: