-
Hi, I do
`go get -u github.com/Azure/azure-event-hubs-go/v2`
### Expected Behavior
All packages downloaded successful.
### Actual Behavior
Getting the following error:
```
>go get -u gith…
-
### What happened?
Earlier this week we were updating our Terrajet based provider and ran into this panic
while running `make generate`:
```
panic: runtime error: invalid memory address …
-
Greetings,
the `go get github.com/BenLubar/steamworks` command fails because one of the dependencies of this project fails the version check from the go.mod file.
```
PS D:\GoProj\xxxxxx> go g…
-
(I feel like I've reported something like this before, but I can't seem to find the issue. Please feel free to close/merge.)
In a very reduced version, the issue I'd like to detect is this:
```…
-
there are some cases where using as library would be preferable than using as cli
is there a reason to not allow it? thanks
-
# 在线工具:SQL转go-zero Model - 潇洒哥和黑大帅 - Golang学习 - 英语学习
无需下载,在线SQL转go-zero model,粘贴即可生成
[https://printlove.cn/tools/sql2gozero/](https://printlove.cn/tools/sql2gozero/)
-
We need to get the subrepos green consistently for 1.5 and moving forward.
edit 2023-06-23 by @heschi:
Modules that are vendored into the main release, such as `net` and `sys`, as well as user-fac…
-
Evaluate the golang tools against the conformance suite (https://github.com/spdx/spdx-testbed) to be able to help make improvements to the code and consistency across SPDX tools.
It would be nice t…
-
#### What did you do?
main.go
```go
package main
import (
"go/types"
"log"
"golang.org/x/tools/go/packages"
"golang.org/x/tools/go/ssa"
"golang.org/x/tools/go/ssa/interp"
"golang.o…
-
### Describe the bug
__Getting internal packages to show up in autocomplete of absolutely unrelated projects.__
### Notes
There are nested module ( with different import path) in workspace `a…