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

#54275 happened because the builders are running gcc 8.3 and ran into a bug that is fixed in gcc 9. @laboger suggests updating the builders to gcc 9. Filing this...

NeedsInvestigation
arch-ppc64x

``` #!watchflakes post

NeedsInvestigation
modules

``` #!watchflakes post

NeedsInvestigation
Tools

The current implementation of the http.Reuest allows parsing and setting the basic authentication username and password using the BasicAuth and SetBasicAuth methods. When authenticating to a http proxy server the...

Proposal

Add a lint check for this when creating the YAML reports

NeedsFix
vulncheck or vulndb

HEAD requests may have a body, although [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231#section-4.3.2) states that "some existing implementations" may reject a HEAD request which contains one. The `net/http` package handles HEAD requests with a...

NeedsFix

### Author background - **Would you consider yourself a novice, intermediate, or experienced Go programmer?** Experienced - **What other languages do you have experience with?** Significant amounts of Ruby, Javascript/Typescript...

LanguageChange
Go2
Proposal

This issue catalogs friction experienced with the LSP "marker tests" in internal/lsp/testdata (run by internal/lsp/tests). These tests have long been tricky to work with, and recently have caused a significant...

Testing
gopls
Tools

We propose adding support for profile-guided optimization (PGO) to the Go gc toolchain. PGO will enable the toolchain to perform application- and workload-specific optimizations based on run-time information. Unlike many...

Proposal
compiler/runtime

A vast majority of `binary` package usages is only for `BigEndian` and `LittleEndian`. As a breakdown of all `binary` usages: * 75% is for endian-based operations (does not depend on...

Performance
NeedsInvestigation