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

internal compiler error: expression has untyped type: ### What version of Go are you using (`go version`)? $ go version go version go1.19.1 darwin/arm64 ### Does this issue reproduce with...

compiler/runtime

The spec https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html states: 1. e_shnum: If the number of sections is greater than or equal to SHN_LORESERVE (0xff00), this member has the value zero and the actual number of...

### What version of Go are you using (`go version`)? go 1.19 $ go version ### Does this issue reproduce with the latest release? yes. ### What operating system and...

In Go 1.17 we have introduced a conversion that can panic (#395). This is the first case in which a conversion can panic. This means that code that calls `reflect.Type.ConvertibleTo`...

Proposal
Proposal-Accepted
Proposal-FinalCommentPeriod
compiler/runtime

### What version of Go are you using (`go version`)? $ go version tip commit - 1eeb257b88 ### Does this issue reproduce with the latest release? yes, master branch ###...

NeedsInvestigation
release-blocker
compiler/runtime

### What version of Go are you using (`go version`)? $ go version go version go1.19 linux/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating...

compiler/runtime

### What version of Go are you using (`go version`)? $ go version go version go1.15.2 linux/amd64 ### Does this issue reproduce with the latest release? Yes, starting with `go1.15rc2`...

NeedsInvestigation
compiler/runtime

### gopls version ``` golang.org/x/tools/gopls v0.9.4 golang.org/x/tools/[email protected] h1:YhHOxVi++ILnY+QnH9FGtRKZZrunSaR7OW8/dCp7bBk= github.com/BurntSushi/[email protected] h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0= github.com/google/[email protected] h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= github.com/sergi/[email protected] h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= golang.org/x/exp/[email protected] h1:7Xs2YCOpMlNqSQSmrrnhlzBXIE/bpMecZplbLePTJvE= golang.org/x/[email protected] h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s= golang.org/x/[email protected] h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw= golang.org/x/[email protected] h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s= golang.org/x/[email protected] h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/[email protected] h1:b68wxF4nfQjj1XTRHtjVjCximbhAwjztuzDEFGU+n9o= honnef.co/go/[email protected] h1:ytYb4rOqyp1TSa2EPvNVwtPQJctSELKaMyLfqNP4+34= mvdan.cc/[email protected] h1:avhhrOmv0IuvQVK7fvwV91oFSGAk5/6Po8GXTzICeu8=...

Documentation
gopls
Tools

``` #!watchflakes post

NeedsInvestigation
release-blocker
compiler/runtime