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

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

NeedsInvestigation

### What version of Go are you using (`go version`)? I'm not sure how to get this information from play.golang.org. ### Does this issue reproduce with the latest release? yes...

NeedsDecision

``` #!watchflakes default

NeedsInvestigation

This causes programs that use 'go' as a subprocess to use the same go command as the parent 'go run' command. Fixes #68005

Hi All, The issue this PR tries to solve is that when private/public key size is zero, and use the private key to sign a token or public key to...

It would be useful from both an auditing and general informational perspective to know which user created a workflow. We should have this information (via IAP headers). cc @dmitshur

Builders
NeedsFix

### Proposal Details I have a new error return proposal: 1. very simple, very golang, very short 2. does not add new Keyword or Operators 3. good compatibility 4. not...

LanguageChange
v2
Proposal
error-handling