-
**What version of protobuf and what language are you using?**
```protoc --version
libprotoc 3.20.0
google.golang.org/protobuf/cmd/protoc-gen-go@latest
go version
go version go1.18 windows/amd…
kmpm updated
9 months ago
-
### Has this been reported before?
- [x] I have checked for existing reports of this issue
### Repro steps
1. Open Desktop Shell
2. Click on Fresh Terminal or existing Terminal
3. run any go .exe…
-
### gopls version
```
% gopls -v version
Build info
----------
golang.org/x/tools/gopls v0.15.3
golang.org/x/tools/gopls@v0.15.3 h1:zbdOidFrPTc8Bx0YrN5QKgJ0zCjyGi0L27sKQ/bDG5o=
github.c…
-
Executing `go get -d github.com/jstarks/npiperelay` results in the following:
```console
package golang.org/x/sys/windows: unrecognized import path "golang.org/x/sys/windows" (https fetch: Get htt…
-
### Go version
go version go1.23.3 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/[...]/go-build'
GOENV='/home/[...]…
-
Linux Mint 20.3
Cannot build v1.0.0 at Linux
```
$ git checkout v1.0.0
HEAD is now at 95d4a99 init version
```
```
$ go version
go version go1.13.8 linux/amd64
```
```
$ sh build_an…
-
+ mkdir -p /home/test/openwrt/staging_dir/target-x86_64_musl
+ cd /home/test/openwrt/staging_dir/target-x86_64_musl
+ mkdir -p bin lib stamp usr/include usr/lib
package github.com/apernet/hysteria/…
-
As an occasional contributor, would be great to have a "development" section in the main readme so I know the best way to build/test the project.
Currently, I'm on latest from master, and just runnin…
-
1. Please **speak English (English only)**, this is the language everybody of us can speak and write.
2. Please take a moment to **search** that an issue **doesn't already exist**.
3. Please make su…
-
### Proposal Details
## Problem:
I want to write generic functions without manually rewriting functions for each struct field i am comparing.
> Would you consider yourself a novice, intermediat…