Insights: golang/go
Overview
-
- 0 Merged pull requests
- 6 Open pull requests
- 138 Closed issues
- 58 New issues
Could not load contribution data
Please try again later
6 Pull requests opened by 4 people
-
net: make the resolver selection go/cgo more understandable
#59381 opened
Apr 2, 2023 -
net: run go resolver tests on all systems
#59390 opened
Apr 3, 2023 -
cmd/compile: prioritize non-CALL struct member comparisons
#59409 opened
Apr 3, 2023 -
crypto/tls: fix PSK binder calculation
#59425 opened
Apr 4, 2023 -
slices: add Transform to slices.go
#59457 opened
Apr 5, 2023 -
crypto/x509: use generics instead of reflect for checkNameConstraints
#59472 opened
Apr 6, 2023
138 Issues closed by 22 people
-
x/tools/gopls/internal/lsp/cmd/test: TestImports failures
#58152 closed
Apr 7, 2023 -
cmd/compile: encoding/binary.PutUint16 sometimes doesn't write
#59367 closed
Apr 7, 2023 -
gollvm: some built-in libgo tests failed
#51648 closed
Apr 7, 2023 -
runtime/pprof: missing profile info for CGo code when compiled with CC="zig cc"
#59466 closed
Apr 7, 2023 -
golang.org/x/exp/slices: inconsistent naming
#51698 closed
Apr 7, 2023 -
net/http: add ErrSchemeMismatch
#44855 closed
Apr 7, 2023 -
cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex
#59432 closed
Apr 7, 2023 -
x/tools/gopls: slice bounds out of range - internal/lsp/cache.fixArrayType
#58943 closed
Apr 7, 2023 -
x/net/proxy: SOCKS5 proxy should allow empty password
#57285 closed
Apr 7, 2023 -
net/http: TestTransportServerClosingUnexpectedly failures
#57605 closed
Apr 7, 2023 -
net/http: TestTransportMaxPerHostIdleConns failures
#57476 closed
Apr 7, 2023 -
net/http: TestKeepAliveFinalChunkWithEOF failures
#57604 closed
Apr 7, 2023 -
net/http: TestTransportIdleCacheKeys failures with missing cache keys
#57375 closed
Apr 7, 2023 -
net/http: TestTransportConnectionCloseOnRequest failures
#57417 closed
Apr 7, 2023 -
net/http: TestServerConnState failures
#56577 closed
Apr 7, 2023 -
net/http: TestHijackAfterCloseNotifier failures
#56275 closed
Apr 7, 2023 -
net/http: TestTransportKeepAlives failures
#56419 closed
Apr 7, 2023 -
net/http: TestTransportMaxConnsPerHost failure with "too many dials" on windows-arm64-11
#51147 closed
Apr 7, 2023 -
cmd/compile: ICE 'invalid defer call' due to CL 479095
#59404 closed
Apr 7, 2023 -
runtime: Redundant memory loads in the for loop in function retake()
#59477 closed
Apr 7, 2023 -
cmd/go: windows binaries shouldn't be marked with IMAGE_FILE_DEBUG_STRIPPED
#59391 closed
Apr 7, 2023 -
cmd/compile: No BCE for x&(len(p)-1)
#57243 closed
Apr 7, 2023 -
net/http: http2 close request body and read it again
#59426 closed
Apr 7, 2023 -
go test ./... does not detect tests in submodules of multimodule projects
#59476 closed
Apr 7, 2023 -
go/scanner: string literal (``) doesn't accept escaped backquote
#59474 closed
Apr 6, 2023 -
x/vuln/internal/osv,x/vuln/internal/govulncheck: TestImports consistently failing on js-wasm-node18
#59471 closed
Apr 6, 2023 -
proposal: spec: clarify nil values
#59460 closed
Apr 6, 2023 -
x/pkgsite: package removal request for github.com/vinegarhq/vinegar and github.com/vinegar-dev/vinegar
#59278 closed
Apr 6, 2023 -
x/pkgsite: package removal request for `gitlab.com/pygolo/pygolo`
#58916 closed
Apr 6, 2023 -
os: syscall.FindNextFile Crash Regression in Go 1.20 / Windows
#59455 closed
Apr 6, 2023 -
html: optimize EscapeString and UnescapeString with avx instructions
#53410 closed
Apr 6, 2023 -
proposal: all: remove GOARM=5
#58686 closed
Apr 6, 2023 -
cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex [1.19 backport]
#59467 closed
Apr 6, 2023 -
cmd/go: timeout in TestCache* on darwin-amd64-10_12
#35278 closed
Apr 6, 2023 -
build: unrecognized failures on darwin-arm64-12
#55312 closed
Apr 6, 2023 -
build: unrecognized failures on darwin-arm64-11
#55315 closed
Apr 6, 2023 -
x/pkgsite: bad rendering for generics code
#59398 closed
Apr 6, 2023 -
x/pkgsite: package removal request for cloud.2linfo.fr/gitea/2linfo/golibarr
#59263 closed
Apr 6, 2023 -
cmd/go: go test -list should be able to list all tests recursively
#59465 closed
Apr 6, 2023 -
cmd/asm: amd64: Invalid instruction emits wrong binary without error
#59462 closed
Apr 6, 2023 -
cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int) [1.20 backport]
#59450 closed
Apr 5, 2023 -
runtime/race: setting cap_net_bind_service or cap_net_raw capabilities disables halt_on_error
#59434 closed
Apr 5, 2023 -
runtime: TestCgoTracebackGoroutineProfile failures
#59351 closed
Apr 5, 2023 -
cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int)
#59378 closed
Apr 5, 2023 -
x/tools/gopls: show hex/binary literal with which a const was declared on mouse over
#47453 closed
Apr 5, 2023 -
crypto/subtle: xor fails when run with race+purego [1.20 backport]
#59336 closed
Apr 5, 2023 -
x/website/tour: top-left link not working
#59094 closed
Apr 5, 2023 -
net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)
#58975 closed
Apr 5, 2023 -
go/parser: infinite loop in parsing (CVE-2023-24537)
#59180 closed
Apr 5, 2023 -
misc/cgo/testsanitizers: livelock running C executable in `skipIfCSanitizerBroken` since 2023-04-04
#59419 closed
Apr 5, 2023 -
misc/cgo/testsanitizers: failures with `signal: segmentation fault` or `exit status 66`
#59418 closed
Apr 5, 2023 -
archive/zip: OpenReader does not implement GODEBUG=zipinsecurepath=0
#58641 closed
Apr 5, 2023 -
cmd/go, gopls: go.work file not detected in GOROOT
#59429 closed
Apr 5, 2023 -
html/template: When referencing a template, the path cannot be a variable
#59444 closed
Apr 5, 2023 -
cmd/link/internal/ld: TestFallocate consistently failing on freebsd-riscv64-unmatched
#59352 closed
Apr 5, 2023 -
net/http: TestOnlyWriteTimeout failures
#57830 closed
Apr 5, 2023 -
proposal: establish a mechanism to tracking the proposals
#59453 closed
Apr 5, 2023 -
Testing packages.: unrecognized failures
#57995 closed
Apr 5, 2023 -
cmd/dist: linker warnings when compiling misc/cgo tests statically on `boringcrypto` builder
#59422 closed
Apr 5, 2023 -
net/http: TestTransportRemovesDeadIdleConnections failures
#59438 closed
Apr 4, 2023 -
access: may-start-trybots
#59343 closed
Apr 4, 2023 -
os/exec: TestFindExecutableVsNoexec fail in lxd container
#59087 closed
Apr 4, 2023 -
runtime/trace: TestTraceSymbolize broken on solaris/amd64 as of CL 463835
#59350 closed
Apr 4, 2023 -
cmd/go: go list -json doesn't return valid JSON
#59440 closed
Apr 4, 2023 -
x/vuln/client: implement sanity check on the return value of `httpReadJSON`
#56333 closed
Apr 4, 2023 -
math/rand: Add auto-seed info to deprecation notice
#59331 closed
Apr 4, 2023 -
x/vuln/osv: advisory URL should be in top-level database_specific field
#57033 closed
Apr 4, 2023 -
cmd/compile: valid go1.17 non-recursive program fails to compile with invalid recursive type error
#59437 closed
Apr 4, 2023 -
misc/cgo/testsanitizers: TestTSAN failures
#59435 closed
Apr 4, 2023 -
html/template: backticks not treated as string delimiters (CVE-2023-24538)
#59234 closed
Apr 4, 2023 -
go/parser: infinite loop in parsing (CVE-2023-24537) [1.20 backport]
#59274 closed
Apr 4, 2023 -
html/template: backticks not treated as string delimiters (CVE-2023-24538) [1.20 backport]
#59272 closed
Apr 4, 2023 -
html/template: backticks not treated as string delimiters (CVE-2023-24538) [1.19 backport]
#59271 closed
Apr 4, 2023 -
go/parser: infinite loop in parsing (CVE-2023-24537) [1.19 backport]
#59273 closed
Apr 4, 2023 -
affected/package:
#59430 closed
Apr 4, 2023 -
misc/cgo/testtls.test: unrecognized failures
#59421 closed
Apr 4, 2023 -
misc/cgo/test.test: unrecognized failures
#59423 closed
Apr 4, 2023 -
misc/cgo/testsanitizers: TestShared failures
#59417 closed
Apr 4, 2023 -
cmd/compile: simple integer computation loop is relatively slow
#59366 closed
Apr 4, 2023 -
net/http: DetectContentType does not detect application/x-tar
#32505 closed
Apr 4, 2023 -
net/http: DetectContentType does not detect application/x-bzip2
#32508 closed
Apr 4, 2023 -
proposal: sync: add batch API to Pool
#59348 closed
Apr 4, 2023 -
run go generate Error: no compiler specified
#59420 closed
Apr 4, 2023 -
proposal: log/slog: add a method to convert a string to a Level
#59416 closed
Apr 4, 2023 -
proposal: encoding/json: add decoder option to reject duplicate fields
#59414 closed
Apr 4, 2023 -
proposal: crypto/rsa: use avx-512 IFMA instructions to optimize RSA, e.g., SignPKCS1v15()
#59413 closed
Apr 4, 2023 -
LockOSThread + SchedSetaffinity unexpected behaviour
#59410 closed
Apr 4, 2023 -
encoding/base64: shows wrong output
#59408 closed
Apr 3, 2023 -
Gofmt doesn't format new operator ":=" correctly. affected/package: gofmt
#59405 closed
Apr 3, 2023 -
runtime: morestack on g0 when C calls Go with deep stack
#59294 closed
Apr 3, 2023 -
runtime: TestCgoExternalThreadSignal failures
#57377 closed
Apr 3, 2023 -
x/vuln/internal/client: TestMustUseIndex failures
#58980 closed
Apr 3, 2023 -
x/website/internal/screentest: TestReadTest failing since 2023-03-31
#59402 closed
Apr 3, 2023 -
runtime: TestCgoTraceParser failures
#59233 closed
Apr 3, 2023 -
pkg.go.dev: no IPv6 address/hosting
#59148 closed
Apr 3, 2023 -
x/vuln: govulncheck has broken output for only stdlib vulns
#59323 closed
Apr 3, 2023 -
reflect: deprecate SliceHeader and StringHeader
#56906 closed
Apr 3, 2023 -
net/http: TestServerCancelsReadHeaderTimeoutWhenIdle failures
#55227 closed
Apr 3, 2023 -
x/build: errors connecting to `goproxy.io` on linux-amd64-wsl and linux-riscv64-unmatched
#52793 closed
Apr 3, 2023 -
build: unrecognized failures on linux-amd64-race
#56240 closed
Apr 3, 2023 -
cmd/go: using go list -json=, EmbedFiles affects the presence of CompiledGoFiles, Export fields
#59255 closed
Apr 3, 2023 -
cmd/go: TestScript failures
#55311 closed
Apr 3, 2023 -
os: Getpid() returns parent's PID even called from sub process
#59370 closed
Apr 3, 2023 -
x/sys/unix: Missing AT_EACCESS on non-Linux Unix systems
#59265 closed
Apr 3, 2023 -
x/vuln/internal/client: TestClientByAlias failures
#59356 closed
Apr 3, 2023 -
x/vuln/internal/vulncheck/internal/buildinfo: TestExtractPackagesAndSymbols failures
#59357 closed
Apr 3, 2023 -
x/tools/gopls/internal/lsp/cmd/test: TestPrepareRename failures
#59358 closed
Apr 3, 2023 -
runtime: TestCrashDumpsAllThreads failures
#59360 closed
Apr 3, 2023 -
cmd/nm: TestExternalLinkerCgoExec failures
#59361 closed
Apr 3, 2023 -
cmd/objdump: TestDisasm failures
#59362 closed
Apr 3, 2023 -
cmd/pack: TestHello failures
#59363 closed
Apr 3, 2023 -
Building packages and commands for illumos/amd64.: unrecognized failures
#59384 closed
Apr 3, 2023 -
cmd/compile/internal/ssa: TestStmtLines failures
#59386 closed
Apr 3, 2023 -
cmd/compile/internal/test: TestPGOSingleIndex failures
#59387 closed
Apr 3, 2023 -
runtime: TestDebugLogBuild failures
#59389 closed
Apr 3, 2023 -
cmd/compile/internal/test: TestReproducibleBuilds failures
#59397 closed
Apr 3, 2023 -
cmd/compile/internal/test: TestStmtLines failures
#59393 closed
Apr 3, 2023 -
cmd/compile/internal/test: TestCode failures
#59394 closed
Apr 3, 2023 -
cmd/compile/internal/test: TestPGOIntendedInliningShiftedLines failures
#59395 closed
Apr 3, 2023 -
cmd/compile/internal/test: TestIntendedInlining failures
#59396 closed
Apr 3, 2023 -
x/tools/gopls/internal/astutil: TestPurgeFuncBodies failures
#59349 closed
Apr 3, 2023 -
functions can not live in a function, and lambda can not recursive invoke
#59392 closed
Apr 3, 2023 -
runtime: panic on memclrNoHeapPointers, unexpected fault address
#59382 closed
Apr 2, 2023 -
affected/package: godoc have problems with code blocks insode Example* fucntions
#59383 closed
Apr 2, 2023 -
x/pkgsite: package removal request for github.com/5GCoreNet/openapi
#59380 closed
Apr 2, 2023 -
x/vuln: 1234334
#59376 closed
Apr 1, 2023 -
proposal: affected/package:
#59377 closed
Apr 1, 2023 -
runtime: TestGdbPanic timeout
#58725 closed
Apr 1, 2023 -
runtime: unexpected return pc on windows-386-2016
#58569 closed
Apr 1, 2023 -
crypto/subtle: xor fails when run with race+purego
#59334 closed
Mar 31, 2023 -
misc/cgo/test: TestCthread failures
#59231 closed
Mar 31, 2023
58 Issues opened by 43 people
-
x/tools/gopls: don't discard errors computing diagnostics
#59487 opened
Apr 7, 2023 -
x/vuln: fix integration tests in cmd/govulncheck/integration
#59486 opened
Apr 7, 2023 -
cmd/compile/internal/inline: hairyVisitor doesn't properly account for conditionally-inlined PGO calls
#59484 opened
Apr 7, 2023 -
x/build/cmd/watchflakes: adjust behavior for non-default branches
#59483 opened
Apr 7, 2023 -
x/build: use LLD linker on linux-amd64-clang builder?
#59482 opened
Apr 7, 2023 -
make.bash: failures with `input/output error` on `netbsd-arm64-bsiegert`
#59481 opened
Apr 7, 2023 -
proposal: `go test ./.../...` for submodule/multimodule projects
#59480 opened
Apr 7, 2023 -
x/tools/gopls: semanticTokensProvider response uses nulls incorrectly
#59479 opened
Apr 7, 2023 -
cmd/compile: Inefficiencies in binary code
#59478 opened
Apr 7, 2023 -
x/tools/gopls/internal/lsp/cmd/test: TestFix failures
#59475 opened
Apr 6, 2023 -
proposal: net/http/httptest: add NewRequestWithContext
#59473 opened
Apr 6, 2023 -
proposal: net/http: decide and document accepted HTTP methods in FileServer
#59470 opened
Apr 6, 2023 -
net/http: FileServer no longer serves content for POST [1.20 backport]
#59469 opened
Apr 6, 2023 -
cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex [1.20 backport]
#59468 opened
Apr 6, 2023 -
x/pkgsite: @master failed with "could not be found" for an hour
#59464 opened
Apr 6, 2023 -
crypto/internal/bigmod: switch to saturated limbs
#59463 opened
Apr 6, 2023 -
cmd/go, x/tools/gopls: go.sum is out of sync with go.mod
#59458 opened
Apr 5, 2023 -
proposal: cmd/go: add GOSUMDBDIR to configure the location of downloaded checksum database files
#59456 opened
Apr 5, 2023 -
proposal: testing: add function to set output writer
#59454 opened
Apr 5, 2023 -
net/http/pprof: missing documentation of the "seconds" parameter
#59452 opened
Apr 5, 2023 -
proposal: reflect: add method (Value) IsEmpty()
#59451 opened
Apr 5, 2023 -
runtime: TestMemmoveOverlapLarge0x120000 failures
#59448 opened
Apr 5, 2023 -
net/http: timeouts in TestResponseControllerSetPastReadDeadline
#59447 opened
Apr 5, 2023 -
runtime: re-enable GOTRACEBACK=crash on macOS
#59446 opened
Apr 5, 2023 -
x/tools/gopls: integrate test discovery
#59445 opened
Apr 5, 2023 -
runtime: TestSegv failures with `unknown pc` on linux/arm
#59443 opened
Apr 4, 2023 -
crypto/rsa: Some severe performance regressions in Go 1.20
#59442 opened
Apr 4, 2023 -
go/scanner: scanNumber() method produces inconsistent error message
#59441 opened
Apr 4, 2023 -
x/vuln: migrate govulncheck to v1 database schema
#59439 opened
Apr 4, 2023 -
net/http: TestTransportExpect100Continue failures with `sent body should be 0`
#59436 opened
Apr 4, 2023 -
x/tools/gopls: misleading errors for invalid import
#59433 opened
Apr 4, 2023 -
x/tools/cmd/godoc: corpus fstree is nil
#59431 opened
Apr 4, 2023 -
x/tools/go/ssa: ssa.EnclosingFunction panic
#59428 opened
Apr 4, 2023 -
x/tools/go/ssa: function.Origin() panics with "index out of range"
#59427 opened
Apr 4, 2023 -
crypto/tls: TLSv1.3 connection fails with invalid PSK binder
#59424 opened
Apr 4, 2023 -
proposal: MIPS32: pass ISA level with GOMIPS
#59415 opened
Apr 4, 2023 -
proposal: internal/cpu: add ifma detection for AMD64 to support e.g., optimized RSA signing
#59412 opened
Apr 4, 2023 -
runtime: clear() on map doesn't correctly clear existing iterators
#59411 opened
Apr 4, 2023 -
proposal: log/slog: add vet checks for variadic ...any inputs
#59407 opened
Apr 3, 2023 -
cmd/go: -overlay doesn't apply to embed directives
#59406 opened
Apr 3, 2023 -
x/tools/gopls: rename to unexported name succeeds for symbol referenced by external text
#59403 opened
Apr 3, 2023 -
runtime: frame pointer check fails on arm64 for C-to-Go calls
#59401 opened
Apr 3, 2023 -
text/template: provide full stacktrace when the function call panics
#59400 opened
Apr 3, 2023 -
cmd/compile: suboptimal constant propagation
#59399 opened
Apr 3, 2023 -
gccgo: memory profiling is always enabled by default
#59388 opened
Apr 2, 2023 -
build: failures on illumos-amd64
#59379 opened
Apr 2, 2023 -
net/http: FileServer no longer serves content for POST
#59375 opened
Apr 1, 2023 -
cmd/compile: encoding/binary.PutUint16 sometimes doesn't write [1.20 backport]
#59374 opened
Apr 1, 2023 -
cmd/compile: encoding/binary.PutUint16 sometimes doesn't write [1.19 backport]
#59373 opened
Apr 1, 2023 -
runtime: `SIGSEGV` via `go test ./...` on Fedora linux/amd64 with go1.19.7
#59372 opened
Apr 1, 2023 -
go/types: panic in new logic in recordCommaOkTypes
#59371 opened
Apr 1, 2023 -
runtime: `SIGSEGV` via go test with -race -cover and -tags netgo on alpine linux/arm64
#59369 opened
Apr 1, 2023 -
crypto/ecdh: support for secp256k1 curve
#59368 opened
Apr 1, 2023 -
log/slog: JSONHandler should deduplicate keys
#59365 opened
Apr 1, 2023 -
proposal: log/slog: add an 'error' field to 'Record'
#59364 opened
Apr 1, 2023 -
net/http: solaris 11.3 protocol wrong type for socket
#59359 opened
Apr 1, 2023 -
proposal: x/sync: Use WithCancelCause for errgroup.WithContext
#59355 opened
Mar 31, 2023
228 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
x/tools/gopls: test failures with `invalid character '\x00'`
#59289 commented on
Apr 6, 2023 • 14 new comments -
x/build: no space left on device on builders
#57902 commented on
Apr 3, 2023 • 13 new comments -
proposal: log/slog: clean up the handler constructors
#59339 commented on
Apr 7, 2023 • 13 new comments -
proposal: spec: define return statement's result assignment order?
#58233 commented on
Apr 7, 2023 • 13 new comments -
proposal: log/slog: JSONHandler should format durations as strings
#59345 commented on
Apr 7, 2023 • 13 new comments -
log/slog: structured, leveled logging
#56345 commented on
Apr 7, 2023 • 13 new comments -
cmd/go: unexpected files left in tmpdir: [dsymutil-f087bc]
#59026 commented on
Apr 6, 2023 • 11 new comments -
proposal: crypto/tls: support QUIC as a transport
#44886 commented on
Apr 5, 2023 • 10 new comments -
proposal: spec: infer type arguments from assignments of generic functions (reverse type inference)
#59338 commented on
Apr 6, 2023 • 10 new comments -
x/build: add a darwin/amd64 longtest builder
#35678 commented on
Apr 6, 2023 • 10 new comments -
runtime,x/sys/windows: panic accessing (possibly) nil field of net_op
#58870 commented on
Apr 6, 2023 • 9 new comments -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
Apr 7, 2023 • 9 new comments -
cmd/compile: go:wasmimport allows pointers to pointers
#59156 commented on
Apr 7, 2023 • 7 new comments -
reflect: add Value.Caller
#49340 commented on
Apr 7, 2023 • 7 new comments -
x/tools/gopls: regtest flakes due to hanging go commands
#54461 commented on
Apr 7, 2023 • 6 new comments -
proposal: log/slog: remove calls to Value.Resolve from slog core
#59292 commented on
Apr 6, 2023 • 5 new comments -
html/template: add support for template strings (backticks)
#9200 commented on
Apr 4, 2023 • 4 new comments -
cmd/go: test failures due to network
#55164 commented on
Apr 4, 2023 • 4 new comments -
cmd/compile: mod operator is very slow on intel hardware with int64
#59089 commented on
Apr 5, 2023 • 4 new comments -
proposal: Go 2: operator functions
#27605 commented on
Apr 6, 2023 • 4 new comments -
proposal: path/filepath: add FromFS to safely convert a slash-separated path into an operating system path
#57151 commented on
Apr 6, 2023 • 4 new comments -
cmd/go: improve go list parallelism
#59157 commented on
Apr 7, 2023 • 4 new comments -
proposal: cmd/vet: add declarative support for identifying functions for printf check
#58340 commented on
Apr 7, 2023 • 4 new comments -
cmd/go: provide a convenient way to iterate all packages in go.work workspace
#50745 commented on
Apr 7, 2023 • 4 new comments -
x/tools/txtar: Parse does not cope with CR-LF line endings
#59264 commented on
Apr 7, 2023 • 4 new comments -
hash, crypto: add WriteByte, WriteString method to hash implementations
#38776 commented on
Apr 3, 2023 • 3 new comments -
database/sql: Ability to get drivername from instance
#12600 commented on
Apr 3, 2023 • 3 new comments -
x/tools/gopls: degraded behavior on repositories containing multiple modules
#59176 commented on
Apr 4, 2023 • 3 new comments -
x/build: `unexpected EOF` from `symbolic-datum-552` module proxy
#59285 commented on
Apr 4, 2023 • 3 new comments -
runtime: fatal error: missing stack in shrinkstack
#59125 commented on
Apr 5, 2023 • 3 new comments -
proposal: log/slog: ReplaceAttr gets PC instead of file:line
#59280 commented on
Apr 5, 2023 • 3 new comments -
proposal: path/filepath: add IsReserved to identify Windows reserved filenames
#57152 commented on
Apr 6, 2023 • 3 new comments -
proposal: unsafe: allow conversion of `uintptr` to `unsafe.Pointer` when it points to non-Go memory
#58625 commented on
Apr 6, 2023 • 3 new comments -
runtime: TestGdbBacktrace failures
#58698 commented on
Apr 6, 2023 • 3 new comments -
proposal: testing: per-subtest setup and cleanup
#59291 commented on
Apr 6, 2023 • 3 new comments -
cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy'
#58425 commented on
Apr 6, 2023 • 3 new comments -
all: test failures using proxy.golang.org
#55162 commented on
Apr 6, 2023 • 3 new comments -
proposal: context: add Merge
#36503 commented on
Apr 7, 2023 • 3 new comments -
cmd/compile: implement more optimizations on loong64
#59120 commented on
Apr 7, 2023 • 3 new comments -
proposal: cmd/go: track tool dependencies in go.mod
#48429 commented on
Apr 7, 2023 • 3 new comments -
runtime: possible memory corruption caused by CL 304470 "cmd/compile, runtime: add metadata for argument printing in traceback"
#49075 commented on
Apr 7, 2023 • 3 new comments -
x/tools/go/types/objectpath: add Encoder type, to amortize Scope.Names
#58668 commented on
Apr 7, 2023 • 3 new comments -
cmd/compile: hoist some loop invariants
#59194 commented on
Apr 5, 2023 • 3 new comments -
proposal: encoding/json: add omitnil option
#22480 commented on
Apr 3, 2023 • 2 new comments -
cmd/go: runtime/debug build information not populated for test binaries when package name is not 'main'
#33976 commented on
Apr 3, 2023 • 2 new comments -
net/http: Transport memory leak
#43966 commented on
Apr 3, 2023 • 2 new comments -
runtime: fixup darwin/arm64 framepointer assembly
#39524 commented on
Apr 3, 2023 • 2 new comments -
runtime: copystack doesn't adjust frame pointers on arm64
#58432 commented on
Apr 3, 2023 • 2 new comments -
x/build: `illumos-amd64` builder consistently failing
#58967 commented on
Apr 3, 2023 • 2 new comments -
cmd/go: install: module found, but does not contain package on 1.20.2, works fine on 1.19.7
#59281 commented on
Apr 3, 2023 • 2 new comments -
cmd/go: install pkg@version: print deprecation messages
#59230 commented on
Apr 3, 2023 • 2 new comments -
cmd/go: graph pruning not applied during 'go get'
#55955 commented on
Apr 3, 2023 • 2 new comments -
proposal: log/slog: change slog.Group signature to ...any
#59204 commented on
Apr 3, 2023 • 2 new comments -
cmd/compile: incorrect inlining of function swapping two funcs [1.19 backport]
#59158 commented on
Apr 3, 2023 • 2 new comments -
runtime: use frame pointers for callers
#16638 commented on
Apr 3, 2023 • 2 new comments -
database/sql: common interface for query functions in sql.DB and sql.Tx
#14468 commented on
Apr 4, 2023 • 2 new comments -
runtime: mayMoreStackPreempt failures
#55160 commented on
Apr 4, 2023 • 2 new comments -
openbsd/mips64: x/sys incompatible with main repo
#58110 commented on
Apr 4, 2023 • 2 new comments -
cmd/go: go.work: go mod verify returns ziphash error in go.work
#54372 commented on
Apr 5, 2023 • 2 new comments -
proposal: Go 2: Lightweight anonymous function syntax
#21498 commented on
Apr 5, 2023 • 2 new comments -
proposal: fs: standard implementations of FileInfo and DirEntry should implement fmt.Stringer
#54451 commented on
Apr 5, 2023 • 2 new comments -
proposal: io: add NewReaderAt
#58679 commented on
Apr 6, 2023 • 2 new comments -
proposal: net: add func (*TCPConn) MultipathTCP() (bool, error)
#59166 commented on
Apr 6, 2023 • 2 new comments -
proposal: x/sync/singleflight: add generic version
#53427 commented on
Apr 6, 2023 • 2 new comments -
proposal: crypto/x509: decryption of PEM file failure not being caught
#43504 commented on
Apr 6, 2023 • 2 new comments -
proposal: x/exp/maps: add Merge
#57191 commented on
Apr 6, 2023 • 2 new comments -
runtime: use WER for GOTRACEBACK=wer on Windows
#57441 commented on
Apr 6, 2023 • 2 new comments -
x/build,x/pkgsite: enable tests of x/pkgsite in build.golang.org
#59347 commented on
Apr 6, 2023 • 2 new comments -
x/tools/gopls: incremental gopls scaling
#57987 commented on
Apr 6, 2023 • 2 new comments -
context: add AfterFunc
#57928 commented on
Apr 6, 2023 • 2 new comments -
proposal: log/slog: handle panics in LogValuer.LogValue
#59141 commented on
Apr 6, 2023 • 2 new comments -
x/tools/gopls/internal/lsp/filecache: TestConcurrency failures
#58748 commented on
Apr 6, 2023 • 2 new comments -
net/http: setting a timeout on http requests that use TLS can result in excessive requests to server
#59017 commented on
Apr 6, 2023 • 2 new comments -
proposal: fmt: add an additional %j verb to wrap errors
#58107 commented on
Apr 7, 2023 • 2 new comments -
x/tools/gopls: tests leave behind a lot of data in `.cache/gopls`
#57900 commented on
Apr 7, 2023 • 2 new comments -
proposal: cmd/compile: allow the use of go:wasmimport globally
#59149 commented on
Apr 7, 2023 • 2 new comments -
proposal: x/tools/.../shadow: specific cases that are unlikely to have false positives
#58917 commented on
Apr 7, 2023 • 2 new comments -
x/tools/gopls: TestReinitializeRepeatedly failure
#57780 commented on
Apr 7, 2023 • 2 new comments -
proposal: encoding/json: add "inline" struct tag
#6213 commented on
Apr 7, 2023 • 2 new comments -
slices: add DeleteFunc
#54768 commented on
Apr 7, 2023 • 2 new comments -
all: test failures on `netbsd` blocked on waiting for subprocesses
#57999 commented on
Apr 7, 2023 • 2 new comments -
doc: defragment index expressions spec for map types
#59316 commented on
Apr 4, 2023 • 2 new comments -
cmd/go: provide a way to resolve an import path to a vcs, url, etc.
#18387 commented on
Mar 31, 2023 • 1 new comment -
x/pkgsite: problems requesting ssh based git site to pkg.go.dev
#59354 commented on
Apr 1, 2023 • 1 new comment -
crypto/tls: support RFC8998 SM3
#54087 commented on
Apr 1, 2023 • 1 new comment -
testing: colorize output on failing tests
#46921 commented on
Apr 1, 2023 • 1 new comment -
x/tools/gopls: 'implementations' doesn't work with generics
#59224 commented on
Apr 1, 2023 • 1 new comment -
runtime: fatal error: stack growth after fork on s390x
#58785 commented on
Apr 1, 2023 • 1 new comment -
x/sys/windows/svc/mgr: Service.Control() should return valid svc.Status on certain errors
#59015 commented on
Apr 2, 2023 • 1 new comment -
x/sys/windows/svc/mgr: Service.SetRecoveryActions should support failure actions flag
#59016 commented on
Apr 2, 2023 • 1 new comment -
runtime: TestNeedmDeadlock failures
#56420 commented on
Apr 2, 2023 • 1 new comment -
proposal: Add generic fail package to standard library for error handling
#58631 commented on
Apr 2, 2023 • 1 new comment -
proposal: expression to create pointer to simple types
#45624 commented on
Apr 3, 2023 • 1 new comment -
x/build/internal/releasetargets: distribute official binaries for linux/riscv64
#52644 commented on
Apr 3, 2023 • 1 new comment -
x/pkgsite: proposal for search filters: language features and possible compatibility issues
#39195 commented on
Apr 3, 2023 • 1 new comment -
x/mobile: gomobile bind use CGO_LDFLAGS
#59309 commented on
Apr 3, 2023 • 1 new comment -
spec: Index expressions spec is fragmented for map type code
#59315 commented on
Apr 3, 2023 • 1 new comment -
x/text/message/catalog: unclear how to implement Dictionary
#59330 commented on
Apr 3, 2023 • 1 new comment -
database/sql: deadlock opening new connections
#59262 commented on
Apr 3, 2023 • 1 new comment -
cmd/go: some errors not reported with `go list`
#59186 commented on
Apr 3, 2023 • 1 new comment -
proposal: encoding/json: support struct tag for time.Format in JSON Marshaller/Unmarshaller
#21990 commented on
Apr 4, 2023 • 1 new comment -
proposal: sync: support for sharded values
#18802 commented on
Apr 4, 2023 • 1 new comment -
runtime/pprof: system information in output
#59307 commented on
Apr 4, 2023 • 1 new comment -
proposal: sync, sync/atomic: add PoolOf, MapOf, ValueOf
#47657 commented on
Apr 4, 2023 • 1 new comment -
cmd/gofmt: formatting should sort and cluster imports in a standard way
#48552 commented on
Apr 4, 2023 • 1 new comment -
meta: intermittent `unexpected disconnect while reading sideband packet` when fetching golang.org/x repos since 2022-03-25
#52490 commented on
Apr 4, 2023 • 1 new comment -
openbsd/ppc64 port
#56001 commented on
Apr 4, 2023 • 1 new comment -
proposal: spec: add sum types / discriminated unions
#19412 commented on
Apr 4, 2023 • 1 new comment -
meta: high rate of 5XX errors from go.googlesource.com since 2021-09-08
#50541 commented on
Apr 4, 2023 • 1 new comment -
x/build/cmd/coordinator: test “ran over” time limit output doesn't make it easy to tell where
#53201 commented on
Apr 4, 2023 • 1 new comment -
net/http: apparent deadlock in TestIdentityTransferEncoding_h1 via syscall.Open on plan9-arm
#52896 commented on
Apr 4, 2023 • 1 new comment -
Go compiler and runtime meeting notes
#43930 commented on
Apr 4, 2023 • 1 new comment -
x/exp/jsonrpc2: TestServe failures
#55170 commented on
Apr 4, 2023 • 1 new comment -
runtime: TestSegv failures with `did not see "SIGSEGV" in output`
#57989 commented on
Apr 4, 2023 • 1 new comment -
net/http: TestServerSetKeepAlivesEnabledClosesConns failures
#55195 commented on
Apr 4, 2023 • 1 new comment -
cmd/go: get: panic: internal error: can't find reason for requirement on golang.org/x/sync@...
#56494 commented on
Apr 5, 2023 • 1 new comment -
testing: exclude unreachable code in test coverage
#31280 commented on
Apr 5, 2023 • 1 new comment -
cmd/go: git remote did not send all necessary objects
#59044 commented on
Apr 5, 2023 • 1 new comment -
proposal: Go 2: spec: add integer types with explicit overflow behavior, and remove unchecked operations on built-in integers
#30209 commented on
Apr 5, 2023 • 1 new comment -
proposal: math: add Clamp function
#58146 commented on
Apr 5, 2023 • 1 new comment -
proposal: x/crypto/ssh: expose negotiated algorithms
#58523 commented on
Apr 5, 2023 • 1 new comment -
proposal: x/oauth2: Device authorization grant
#58126 commented on
Apr 5, 2023 • 1 new comment -
x/tools/cmd/signature-fuzzer/fuzz-driver: TestEndToEndIntegration failures
#59333 commented on
Apr 5, 2023 • 1 new comment -
x/tools/gopls: reconsider var hover behavior with constant initializer
#58220 commented on
Apr 5, 2023 • 1 new comment -
cmd/compile: generic function argument causes escape to heap
#48849 commented on
Apr 5, 2023 • 1 new comment -
proposal: x/oauth2: support private_key_jwt client authentication
#57186 commented on
Apr 6, 2023 • 1 new comment -
plugin: panic: plugin was built with a different version of package
#27751 commented on
Apr 6, 2023 • 1 new comment -
cmd/go: `expected 'package', found 'EOF'` errors with module indexing enabled on WSL2
#54651 commented on
Apr 6, 2023 • 1 new comment -
text/template: optimize Clone+Funcs+Execute sequence
#38114 commented on
Apr 6, 2023 • 1 new comment -
all: add GOOS=wasip1 GOARCH=wasm port
#58141 commented on
Apr 6, 2023 • 1 new comment -
x/tools/gopls/internal/lsp: TestLSP failures
#58702 commented on
Apr 6, 2023 • 1 new comment -
x/website/internal/gitfs: TestGitHub failures
#59222 commented on
Apr 6, 2023 • 1 new comment -
crypto/x509: add android user trusted CA folder as a possible source for certificate retrieval
#58922 commented on
Apr 6, 2023 • 1 new comment -
go/ast, go/build/constraint: support for per-file Go versions using //go:build lines
#59033 commented on
Apr 6, 2023 • 1 new comment -
x/oauth2: Add RFC 6749 error fields to RetrieveError
#58125 commented on
Apr 6, 2023 • 1 new comment -
proposal: log/slog: drop only completely empty Attrs
#59282 commented on
Apr 6, 2023 • 1 new comment -
proposal: log/slog: arg to Record.Attrs should return bool
#59060 commented on
Apr 6, 2023 • 1 new comment -
proposal: all: add opt-in transparent telemetry to Go toolchain
#58894 commented on
Apr 6, 2023 • 1 new comment -
proposal: bash_completions support
#58598 commented on
Apr 6, 2023 • 1 new comment -
proposal: embed: openFile should implement ReaderAt
#57803 commented on
Apr 6, 2023 • 1 new comment -
proposal: embed: treat `/` as module's root in `go:embed` directive
#58525 commented on
Apr 6, 2023 • 1 new comment -
proposal: spec: a general approach to type inference
#58650 commented on
Apr 6, 2023 • 1 new comment -
proposal: x/crypto/x509roots: new module
#57792 commented on
Apr 6, 2023 • 1 new comment -
proposal: x/exp/maps: add Entries
#54012 commented on
Apr 6, 2023 • 1 new comment -
proposal: x/exp/maps: Shrink
#54454 commented on
Apr 6, 2023 • 1 new comment -
proposal: x/exp/slices: add Pop
#52434 commented on
Apr 6, 2023 • 1 new comment -
proposal: x/exp/slices: addition of Count function
#57798 commented on
Apr 6, 2023 • 1 new comment -
proposal: crypto/x509: add support for PBES2 private keys
#39241 commented on
Apr 6, 2023 • 1 new comment -
proposal: unicode/utf8: provide generic versions of all functions
#56948 commented on
Apr 6, 2023 • 1 new comment -
proposal: review meeting minutes
#33502 commented on
Apr 6, 2023 • 1 new comment -
runtime: make crashing more useful on Windows
#20498 commented on
Apr 6, 2023 • 1 new comment -
x/build: unexpected EOF with GOPROXY forwarding
#58710 commented on
Apr 6, 2023 • 1 new comment -
cmd/compile: avoid slow versions of LEA instructions on x86
#21735 commented on
Apr 6, 2023 • 1 new comment -
crypto/x509: TestPlatformVerifier/revoked_leaf fails on macOS 13.1
#57428 commented on
Apr 6, 2023 • 1 new comment -
cmd/asm: support for RDPID instruction
#56525 commented on
Apr 6, 2023 • 1 new comment -
x/build: update for new distribution archive builds
#58659 commented on
Apr 6, 2023 • 1 new comment -
syscall: memory corruption when forking on OpenBSD, NetBSD, AIX, and Solaris
#34988 commented on
Apr 6, 2023 • 1 new comment -
x/build: `git` errors with `gnutls_handshake() failed: Error in the pull function.`
#52820 commented on
Apr 6, 2023 • 1 new comment -
runtime: corruption in tests
#55167 commented on
Apr 6, 2023 • 1 new comment -
x/tools/gopls/internal/regtest/modfile: TestMissingDependencyFixesWithGoWork failures
#55176 commented on
Apr 6, 2023 • 1 new comment -
runtime: unrecognized failures
#55308 commented on
Apr 6, 2023 • 1 new comment -
cmd/dist: unexpected staleness on netbsd-arm64-bsiegert
#56955 commented on
Apr 6, 2023 • 1 new comment -
net/http: TestTransportMaxIdleConns failures on darwin and freebsd
#56960 commented on
Apr 6, 2023 • 1 new comment -
x/tools/internal/imports: TestSimpleCases failures
#57367 commented on
Apr 6, 2023 • 1 new comment -
net/http: TestClientInsecureTransport failures with `timeout waiting for logged error`
#57599 commented on
Apr 6, 2023 • 1 new comment -
x/exp/jsonrpc2: TestIdleTimeout failures
#57945 commented on
Apr 7, 2023 • 1 new comment -
cmd/doc: inconsistent removal of directive comments
#56592 commented on
Apr 7, 2023 • 1 new comment -
proposal: text/template, html/template: Add ExecuteFuncMap and ExecuteTemplateFuncMap
#54450 commented on
Apr 7, 2023 • 1 new comment -
net/http: TestTransportGCRequest failures
#56809 commented on
Apr 7, 2023 • 1 new comment -
cmd/go: document that directory patterns only match dirs in current module
#27957 commented on
Apr 7, 2023 • 1 new comment -
x/playground: easily runs into build timeouts by downloading modules
#56977 commented on
Apr 7, 2023 • 1 new comment -
runtime: `cgocall` is low performance for Conn on Windows
#58336 commented on
Apr 7, 2023 • 1 new comment -
runtime: frequent test timeouts on solaris-amd64-oraclerel
#51443 commented on
Apr 7, 2023 • 1 new comment -
x/build/cmd/watchflakes: should report broken builders
#58819 commented on
Apr 7, 2023 • 1 new comment -
net/http: TestTransportConnectionCloseOnResponse/h2 failures with `unexpected bodiesDiffer=false`
#58258 commented on
Apr 7, 2023 • 1 new comment -
x/tools/gopls/internal/regtest/workspace: unrecognized failures
#59080 commented on
Apr 7, 2023 • 1 new comment -
x/vuln: Test failures
#56956 commented on
Apr 7, 2023 • 1 new comment -
proposal: Go 2: sync: remove the Cond type
#21165 commented on
Apr 7, 2023 • 1 new comment -
all: frequent test timeouts on Android builders
#42212 commented on
Apr 7, 2023 • 1 new comment -
x/tools/gopls: Feature Request: Support for "Inline Method" refactoring code action
#59243 commented on
Apr 7, 2023 • 1 new comment -
x/tools/gopls: gopls imports -w <file> does not update the imports statement
#58891 commented on
Apr 7, 2023 • 1 new comment -
all: failures with `no space left on device` on netbsd-.*-bsiegert builders
#56879 commented on
Apr 7, 2023 • 1 new comment -
x/tools/gopls: rename: handle methods properly in new implementation
#58461 commented on
Apr 7, 2023 • 1 new comment -
x/tools/gopls: filter intermediate test variants when resolving package for file
#57795 commented on
Apr 7, 2023 • 1 new comment -
crypto/x509: Add android user trusted CA folder
#50240 commented on
Apr 6, 2023 • 1 new comment -
runtime: fatal error: malloc deadlock on s390x
#58783 commented on
Apr 1, 2023 • 0 new comments -
proposal: bufio: Add UnwrittenData() method to bufio.Writer
#59106 commented on
Apr 2, 2023 • 0 new comments -
x/tools/gopls: jump to function definition via go:linkname
#57312 commented on
Apr 2, 2023 • 0 new comments -
cmd/link: fallocate_test.go:46: unexpected disk usage: got 1 blocks, want 2048
#42005 commented on
Apr 3, 2023 • 0 new comments -
index.golang.org: exclude unavailable module versions from default results
#59320 commented on
Apr 3, 2023 • 0 new comments -
x/build: UI improvements for subrepo benchmarks
#59337 commented on
Apr 3, 2023 • 0 new comments -
x/tools/gopls: high memory consumption
#47855 commented on
Apr 3, 2023 • 0 new comments -
cmd/go: does not vendor some directories
#59182 commented on
Apr 3, 2023 • 0 new comments -
runtime: automatically bump RLIMIT_NOFILE on Unix [1.19 backport]
#59063 commented on
Apr 4, 2023 • 0 new comments -
crypto/rsa: 4096 bit keys are not generated with BoringCrypto [1.20 backport]
#58927 commented on
Apr 4, 2023 • 0 new comments -
runtime: automatically bump RLIMIT_NOFILE on Unix [1.20 backport]
#59064 commented on
Apr 4, 2023 • 0 new comments -
x/tools/gopls: with Go 1.17, certain invalid packages fail to re-import.
#59179 commented on
Apr 4, 2023 • 0 new comments -
x/tools/gopls: textDocument/implementation is slow
#58653 commented on
Apr 4, 2023 • 0 new comments -
x/tools/gopls: very poor quality of finding implementations feature
#57898 commented on
Apr 4, 2023 • 0 new comments -
x/tools/gopls: use a localhost web server for richer interaction
#59340 commented on
Apr 4, 2023 • 0 new comments -
proposal: Go 2: spec: introduce structured tags
#23637 commented on
Apr 5, 2023 • 0 new comments -
net/http: TestMaxBytesHandler failures
#57612 commented on
Apr 5, 2023 • 0 new comments -
runtime/trace: preempted background mark worker is started with GoStart, not GoStartLabel
#59325 commented on
Apr 5, 2023 • 0 new comments -
x/pkgsite: documentation too large for google.golang.org/api/compute/v1
#40576 commented on
Apr 5, 2023 • 0 new comments -
crypto/rsa: Go 1.21 follow-up work
#57752 commented on
Apr 6, 2023 • 0 new comments -
runtime: move tests for runtime-gdb.py to misc/ and do not run them during all.bash
#39204 commented on
Apr 6, 2023 • 0 new comments -
cmd/compile: "internal compiler error: curfn mismatch" on darwin-amd64-race builder
#43826 commented on
Apr 6, 2023 • 0 new comments -
time: TestTicker flaky with a short Duration on darwin-arm64-corellium builder
#35692 commented on
Apr 6, 2023 • 0 new comments -
cmd/link/internal/ld: TestArchiveBuildInvokeWithExec flaky on Darwin builders
#35542 commented on
Apr 6, 2023 • 0 new comments -
cmd/link/internal/ld: TestDynSymShInfo failure on darwin-amd64-10_11 builder
#35497 commented on
Apr 6, 2023 • 0 new comments -
x/build: segfault in `clang` during linking on darwin-amd64-10_12
#33601 commented on
Apr 6, 2023 • 0 new comments -
cmd/compile: different behaviors between short and normal variable declarations
#36449 commented on
Apr 7, 2023 • 0 new comments -
x/vuln/cmd/govulncheck: add tests for exit codes
#58945 commented on
Apr 7, 2023 • 0 new comments -
x/vuln: add tests for invalid govulncheck flags
#59139 commented on
Apr 7, 2023 • 0 new comments -
x/pkgsite: migrate to v1 vulnerability database
#58928 commented on
Apr 7, 2023 • 0 new comments -
x/vulndb: support CVE schema v5.0 in worker
#49289 commented on
Apr 7, 2023 • 0 new comments -
x/vulndb: increase unit testing throughout module
#52945 commented on
Apr 7, 2023 • 0 new comments -
x/vulndb: don't create duplicate issues via worker
#54049 commented on
Apr 7, 2023 • 0 new comments -
x/vuln/cmd/govulncheck: document the default cache location
#54829 commented on
Apr 7, 2023 • 0 new comments -
x/vulndb/cmd/vulnreport: include a link to the release for GHSA reports
#54901 commented on
Apr 7, 2023 • 0 new comments -
x/vuln: decentralized option
#54982 commented on
Apr 7, 2023 • 0 new comments -
x/vulndb: compute derived symbols for exported package
#56185 commented on
Apr 7, 2023 • 0 new comments -
x/vuln/cmd/govulncheck: umbrella issue for govulncheck updates
#56207 commented on
Apr 7, 2023 • 0 new comments -
x/vuln: vuln/cmd/govulncheck missing install instructions on pkgsite
#58253 commented on
Apr 7, 2023 • 0 new comments -
proposal: slices: add Chunk function to divide []T into [][]T chunks
#53987 commented on
Apr 7, 2023 • 0 new comments -
proposal: slices: add Concat
#56353 commented on
Apr 7, 2023 • 0 new comments -
encoding/asn1: use errors.New to replace fmt.Errorf
#57390 commented on
Apr 1, 2023 • 0 new comments -
net/http: check for nil, nil return from DialContext as well as Dial
#57448 commented on
Apr 1, 2023 • 0 new comments