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

`t.Skip()` is an option but it requires changing the test code. It's hard to write a correct regex to pass to the `-run` flag in order to skip specific tests....

Proposal
Proposal-Accepted

Currently [`windows.Accept`](https://cs.opensource.google/go/x/sys/+/1609e554:windows/syscall_windows.go;l=1254) (like `syscall.Accept` for `GOOS=windows`) contains a stub function which does nothing. Looks like this function was introduced to mimic `unix.Sockaddr.Accept` method but it's just a useless stub. I...

Proposal

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

NeedsInvestigation
compiler/runtime

We currently have the `-run` flag, but I believe it is currently impossible to supply a regular expression that would allow for _excluding_ a certain expression (due to no lookaheads...

Proposal
Proposal-Accepted
Proposal-FinalCommentPeriod

### What is the path of the package that you would like to have removed? https://pkg.go.dev/github.com/inhoho/common_library ### Are you the owner of this package? yes ### What is the reason...

WaitingForInfo
pkgsite
pkgsite/package-removal

### What version of Go are you using (`go version`)? $ go version go version go1.18.4 freebsd/amd64 ### Does this issue reproduce with the latest release? Yes, on 2 different...

NeedsInvestigation
GoCommand
OS-JS

### What version of Go are you using (`go version`)? $ go version go version go1.18.4 freebsd/amd64 ### Does this issue reproduce with the latest release? Yes, on 2 different...

NeedsInvestigation

Noticed indirectly via #53933: when packages are outside of the workspace, autocompletion stops working because it operates on packages in "TypeCheckWorkspace" mode, which means it does have function bodies for...

gopls
Tools
gopls/workspace

### 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...

NeedsInvestigation

### What version of Go are you using (`go version`)? $ go version 1.19 ### What did you do? In go 1.19 `crypto/elliptic` will now panic when operating on invalid...

NeedsFix