-
```
#!watchflakes
default
-
### Steps to reproduce
When building SingularityCE (or Apptainer), the Go package is used as a dependency. The GOPATH environment variable is set by the Go package in
https://github.com/spack/sp…
-
`GOPATH` has to be exported and `$GOPATH/bin` has to be included in `$PATH`.
Set these variables in a dedicated file in `/etc/profile.d/` (see also #4).
Labelled as bug since it blocks go programs…
-
https://github.com/moovweb/gvm/blob/19365a6ab8ac4920234b2612c529eed2373299db/scripts/pkgset-create#L22
as title said, it would draw a conflict with 'go mod' that "$GOPATH/go.mod exists but should…
-
The repo uses Go modules, which means you don't have to have the codebase checked out into $GOPATH to build it. Unfortunately, it looks like `make generate` doesn't work unless you're in $GOPATH, it f…
-
`gohack` should check if the dependency already exists in the GOPATH before cloning it into `$HOME/gohack`.
Let's say I have `github.com/heetch/felice` in my GOPATH.
Instead of having:
```
rep…
-
### What happened?
`upgrade-provider` doesn't adhere to my `--target-bridge-version` it seems. I ran:
```sh
$GOPATH/bin/upgrade-provider pulumiverse/pulumi-grafana --kind=bridge --target-bridge-vers…
-
GolangPackage 里面有两个设置GOPATH的地方,但是查了一下对应的代码,LITEIDE_USELITEIDEGOPATH,LITEIDE_USESYSGOPATH 这俩地方,似乎就是load save了一下,没见到起任何作用。
另外,系统GOPATH里面出现了 /Users/USER/go,查了一下 inline QStringList sysGopath(LiteApi::I…
dwSun updated
3 years ago
-
Hello there! I recently find that lazygit has no support for the `git pre commit`.
## Case 1
when I write the git commit message and press down the `Enter`,lazygit will wait a moment (depends o…
-
### What version of Go are you using (`go version`)?
go version go1.14 linux/386
### Does this issue reproduce with the latest release?
### What operating system and processor a…
metux updated
3 years ago