go
go copied to clipboard
The Go programming language
Support for 1xx responses has recently been merged in net/http (#42597). As discussed in this CL (https://go-review.googlesource.com/c/go/+/269997/comments/1ff70bef_c25a829a), support for forwarding 1xx responses in ReverseProxy has been extracted in this separate...
https://go.dev/play/p/EO98OQn3OIr If the generic method value `x.M` appears at package scope, then `x` is spilled into a global variable and never gets garbage collected, even if the method value itself...
On go1.19, A blank import of "errors" increases the binary size by ~15.5KiB due to the transitive dependency on `reflectlite`. The hard dependency occurs because of the program initialize variable...
This is a tracking issue for the redesign of the authentication for the gomote application. The gomote application will have the authentication method changed as well as the addition of...
Observed in trybots of CL 420234: ``` --- FAIL: TestAppendOfMake (0.00s) issue53888_test.go:29: got 1.000000 allocs, want 0 issue53888_test.go:41: got 1.000000 allocs, want 0 FAIL FAIL cmd/compile/internal/test 9.922s ``` (https://storage.googleapis.com/go-build-log/7622dec8/linux-amd64-unified_f57873d7.log) It...
The following flake occured on https://go.dev/cl/422135: https://storage.googleapis.com/go-build-log/a34a97d8/freebsd-amd64-12_3_7f502470.log `greplogs` does not turn up any recent flakes on the builders, but this one flake suggests that there may be a race to...
This issue tracks progress toward releasing [email protected] - [x] merge master into gopls-release-branch.0.9 - [x] update hard-coded version - [x] update go.mod/go.sum (remove x/tools replace, update x/tools version) - [x]...
With: ``` go mod init junk go get golang.org/x/crypto/blake2s go get github.com/fxamacker/cbor/v2 ``` I can run `go doc blake2s` and get package documentation. However I cannot similarly get docs for...
### What version of Go are you using (`go version`)? go1.18.3 linux/amd64 16GB Windows laptop Running 4GB WSL2 ubuntu instance + 2GB swap: vscode plus node 18.4.0 Terraform v1.2.3 cdktf...
This is a PRIVATE issue for CVE-2022-27664 tracked in http://b/219507101 and fixed by http://tg/1413887.