-
Go Modules are not supported
-
### What is the issue?
This Go code in a dagger module:
```
func (m *Rack) Join(r *Rack) *Rack {
m.Name = m.Name + "+" + r.Name
m.Services = append(m.Services, r.Services...)
return …
-
I find that the plug has a feature: Go to definition for variable,is there a feature that Go to definition for module?
qgzln updated
2 years ago
-
### What happened?
Client-go emits logs like
```
Listing and watching *v1.Namespace from pkg/mod/k8s.io/client-go@v0.29.2/tools/cache/reflector.go:229
```
### What did you expect to happen?
Lo…
-
### Bug Description
It is possibly related to "go build", Because there won't be any issues with go build if I run it before mirrod.
### Steps to Reproduce
`mirrord exec -f .mirrord/mirrord.j…
-
Right now all the Go is compiled inside the Docker image, which makes JUST `go test ./...` alone take ~30 seconds on a fresh module, and `go mod download` takes more if you change the go.mod file at a…
-
# Importing Protobuf with Go Modules | stepan.wtf
Stepan - Cloud Architect & engineer - rants about state of technology - cloud, Kubernetes, K8s, GCP, GKE, Istio, AWS, Terraform and more...
[https:/…
-
It would be nice to install a tagged version of this library via go modules.
-
I wasn't sure if the issue template was appropriate for this. Filled it out anyway. This is a feature request - it would be nice if `vim-go` used go modules to manage the integrated tools. That way, i…
mbyio updated
4 years ago
-
Hi there. Here's the issues, My go version is 1.13.3, and GO111MODULE=on. My project is not placed under the gopath. When i generating code with truss, it always recognizes my path like this "../../..…