go icon indicating copy to clipboard operation
go copied to clipboard

The Go programming language

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

``` go version go version go1.18.1 linux/arm64 ``` ### Does this issue reproduce with the latest release? yes I tried go 1.18 and go 1.19 ### What operating system and...

NeedsInvestigation
compiler/runtime

Resolving struct fields is a known limitation of go/parser object resolution. However, there is an additional bug that composite lit fields may be incorrectly resolved to unrelated declarations in the...

NeedsFix

``` #!watchflakes post

NeedsInvestigation

``` #!watchflakes post

NeedsInvestigation

``` #!watchflakes post

NeedsInvestigation

``` #!watchflakes post

NeedsInvestigation
gopls
Tools

### What version of Go are you using (`go version`)? go version go1.18.1 linux/arm64 ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor...

NeedsInvestigation

## Problem: Every few months, someone will post on Reddit that they're trying to make an intro-to-CS-style input prompt and they're confused why their code using `fmt.Scan*` doesn't work (inevitably...

Proposal

``` #!watchflakes post

Builders
WaitingForInfo
NeedsInvestigation
GoCommand