-
```
#!watchflakes
default
-
Hey
I tried to install the package on my ubuntu. I have go1.6 installed.
When I type go run hey.go it gives me the following:
cannot find package "github.com/rakyll/hey/requester" in any of:
…
-
```
go help gopath
```
...wall of text follows...
Is there an easier way maybe?
-
Basically this stems from being to test custom go code using this repl. If i import something in my gopath, it always fails
```
Compile error: /tmp/gorepl.go:2: can't find import:
```
-
I have my project repo as:
`"gitlab.orgname.eng.com/depname/someservice"`
My global GOPATH is defined as:
`/Users/admin/go`
goBuild works fine If I put above repo as:
`/Users/admin/go/src/gitlab.…
-
The command line tools the go LS delegates to needs GOPATH to be defined correctly to find references across files. By default, it assumes `GOPATH=/go`. If you have your workspace located elsewhere, f…
-
I get the error `No $GOPATH is set or forwarded to xgo` when I haven't set GOPATH.
GOPATH is no longer required since https://github.com/golang/go/issues/17262. If GOPATH is not set, it defaults t…
-
OS: Ubuntu 20.04
Gradle: 7.4.2
Java: 1.8
Go: go1.16.5
Install guide: https://github.com/apache/openwhisk-cli
**Unable to build the cli successfully.
Any one can help me?**
~/workspace/open…
-
Hello! I am excited to try this application for the first time on MacOS. I have installed Go version 1.23.2 as instructed in the Read Me but when I run the `go install github.com/reugn/gemini-cli/…
-
It seems GOPATH is not set when installing `go` via a distro's package manager (at least on Ubuntu). When building `peerswapd`, there is an attempt to install the binary to the GOPATH but it seems to …