go icon indicating copy to clipboard operation
go copied to clipboard

The Go programming language

Results 1307 go issues
Sort by recently updated
recently updated
newest added

### Go version go version go1.22.2 linux/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/home/ayke/.cache/go-build' GOENV='/home/ayke/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/home/ayke/pkg/mod' GONOPROXY='' GONOSUMDB=''...

Tools

Dear Reviewer: Sometimes, We need to get the raw (original) comments to generate some go template files. But CommentGroup.Text does not get the raw (original) comments. This makes it difficult...

### Proposal Details `gopls check` is useful to lint code, but it currently always sets exit code 0 which is not ideal when one wants to run it for example...

Proposal
gopls
Tools

# Proposal: Major Module Version Alerts This is a unification of two separate proposals (#38762 and #38502) that seek to alert users to the fact that a set of new...

Proposal

Currently, if an application needs to generate a reproducible sequence of random bytes, it can choose amongst * `math/rand.(*Rand).Read`, which uses the predictable Go 1 random number generator; or *...

Proposal
Proposal-Crypto

I'm working with the JS Web Push API to send push messages, which uses an ECDH Key in base64-encoded X9.62 uncompressed form, like `BJ932huv68tUDxifpf6qlzuRa_JBF-2E9J47alSQRuxpmt3QFtiCnhqXlPgZuGWKZzcp5jAzQYeHpMUB990JiHM`. I can easily parse that using...

Proposal
Proposal-Crypto

``` #!watchflakes default

Testing
NeedsInvestigation
arch-s390x
umbrella

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

WaitingForInfo
gopls
Tools

gopls version: v0.15.2/go1.22.1 gopls flags: update flags: proxy extension version: 0.41.2 environment: Visual Studio Code darwin initialization error: undefined issue timestamp: Fri, 05 Apr 2024 20:02:00 GMT restart history: Thu,...

NeedsInvestigation
gopls