Skip to content

Unreleased

Due by December 31, 2099 80% complete

Issues that do not affect released Go code and binaries.

x/tools/gopls/internal/cmd: go/types data race causes TestImplementations failures gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#72082 opened Mar 3, 2025 by gopherbot
x/net/http2/h2c: handler does not support http.ResponseController FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71999 opened Feb 27, 2025 by ainar-g
x/tools/go/analysis/unitchecker: TestVetStdlib failures NeedsFix The path to resolution is known, but the work has not been done. Tools This label describes issues relating to any tools in the x/tools repository.
#70399 opened Nov 17, 2024 by gopherbot
x/tools/go/packages: TestConfigDir/Modules failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#70590 opened Nov 27, 2024 by gopherbot
x/build: add doas package on NetBSD systems Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. OS-NetBSD
#70708 opened Dec 6, 2024 by ianlancetaylor
x/tools/go/packages: TestLoadArgumentListIsNotTooLong failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#67718 opened May 30, 2024 by gopherbot
x/sync/errgroup: Group: document that Go may not be concurrent with Wait unless semaphore > 0 Documentation Issues describing a change to documentation. help wanted NeedsFix The path to resolution is known, but the work has not been done.
#70284 opened Nov 11, 2024 by haaawk
x/tools/go/analysis/passes/printf: suggest Printf calls without args to use Print NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#69515 opened Sep 18, 2024 by pierrre
x/mod/modfile: AddNewRequire doesn't put direct dependencies in the first block modules NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#69050 opened Aug 24, 2024 by stevenh
x/net/http2: header modifications after WriteHeader(http.StatusEarlyHints) cause a map race NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#67940 opened Jun 12, 2024 by Timer
x/mobile: Calling net.Listen fails on Android 11+ mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#68082 opened Jun 20, 2024 by wlynxg
x/crypto/ssh: connection.session.Close() returns a EOF as error instead of nil NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#38115 opened Mar 27, 2020 by harshathulasi
x/tools/go/packages: Load returned packages with errors when specifying GOOS NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#36547 opened Jan 14, 2020 by hajimehoshi
x/tools/cmd/goimports: does not find import with package in vendor/, GOFLAGS="-mod=vendor" and empty $GOPATH/pkg directory modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#32084 opened May 16, 2019 by fho
proposal: x/net/html: add offset & line tracking, case preservation FeatureRequest Issues asking for a new feature that does not need a proposal. Proposal
#34302 opened Sep 14, 2019 by bradleypeabody
x/build: keep test result logs available after success Builders x/build issues (builders, bots, dashboards) Community FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
#34119 opened Sep 5, 2019 by dmitshur
x/perf/cmd/benchstat: GitHub markdown table output FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34482 opened Sep 23, 2019 by mdempsky
x/tools/benchmark: support parsing custom metrics NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#34475 opened Sep 23, 2019 by jsternberg
x/text/language: language Matcher does not properly support zh_HK (Hong Kong) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34408 opened Sep 19, 2019 by pkpfr
x/build/cmd/gopherbot: opt-out changes from Gerrit approvers list from automatically adding reviewers Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34362 opened Sep 18, 2019 by mdempsky
x/build/cmd/coordinator: improve error message when build fails due to a module not being tidy (and causing failed requests to sum.golang.org) Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#34356 opened Sep 17, 2019 by dmitshur
x/website/tour: when build error occurs, had to manually kill program NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34340 opened Sep 17, 2019 by rajender
wiki: CodeReviewComments additions Documentation Issues describing a change to documentation. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#34336 opened Sep 17, 2019 by slewiskelly
cmd/vet: prefix in vet output breaks error file format compatibility Analysis Issues related to static analysis (vet, x/tools/go/analysis) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34142 opened Sep 6, 2019 by mirza-s
x/mobile: bind example does not work under xcode 11 GM mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34312 opened Sep 16, 2019 by clsx524
x/build/cmd/coordinator: merge double error returns into one error Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34246 opened Sep 11, 2019 by bradfitz
x/playground: support for syntax highlighting FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34227 opened Sep 11, 2019 by dackon
x/build/devapp: handle module dependencies more intelligently in Dockerfile Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34192 opened Sep 9, 2019 by toothrot
x/mobile: gomobile bind does not support vendor mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#34181 opened Sep 9, 2019 by Student414
x/sys/cpu: add support for ARM FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsFix The path to resolution is known, but the work has not been done.
#33508 opened Aug 7, 2019 by jpap
x/tools/internal/imports: test frequently times out on dragonfly-amd64 builder Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Dragonfly Testing An issue that has been verified to require only test changes, not just a test failure. Tools This label describes issues relating to any tools in the x/tools repository.
#34034 opened Sep 3, 2019 by bcmills
x/mobile: gobind failed: exit status 2 mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33998 opened Aug 31, 2019 by unifyproxy
x/image/font/sfnt: GlyphName returns empty string on OpenType font NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33990 opened Aug 30, 2019 by andybalholm
x/tools: document minimum requirements for tests Builders x/build issues (builders, bots, dashboards) Documentation Issues describing a change to documentation. NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure. Tools This label describes issues relating to any tools in the x/tools repository.
#33986 opened Aug 30, 2019 by dmitshur
x/blog: test times out on aix-ppc64 builder Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX Performance Testing An issue that has been verified to require only test changes, not just a test failure.
#33940 opened Aug 29, 2019 by bcmills
x/mobile: Issues converting Data to []byte in Swift ExpertNeeded mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33745 opened Aug 20, 2019 by SimplyDanny
x/crypto/scrypt: implementation not compliant with RFC 7914? ExpertNeeded NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33703 opened Aug 18, 2019 by michaelsbradleyjr
x/image/tiff: sony .arw files decode as a 0x0 image.Gray NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33708 opened Aug 18, 2019 by paolobarbolini
x/crypto/argon2: panic if keyLen == 0 help wanted NeedsFix The path to resolution is known, but the work has not been done.
#33583 opened Aug 11, 2019 by guidovranken
x/crypto/ssh/knownhosts: can't verify host key if host certificate is sent NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33366 opened Jul 30, 2019 by julianbrost
x/mobile/bind/testdata/testpkg: Readasset() fails in ios mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33362 opened Jul 30, 2019 by CanRui-Wu
x/net/websocket: override the Host header NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33307 opened Jul 26, 2019 by fuglede
x/tools/internal/imports: redundant import name is not removed FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Tools This label describes issues relating to any tools in the x/tools repository.
#33294 opened Jul 26, 2019 by nd
x/tools/go/ssa: panic: no ssa.Value for function argument NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#33279 opened Jul 25, 2019 by dominikh
x/crypto/ssh: listening on remote address blocks indefinitely when address doesn't contain a host part NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#33227 opened Jul 22, 2019 by jeffwilliams
x/oauth2/clientcredentials: context values are not passed to oauth2 requests that retrieve tokens help wanted NeedsFix The path to resolution is known, but the work has not been done.
#33131 opened Jul 16, 2019 by yansal
x/net/icmp: Hogs CPU on Windows, doesn't capture packets NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
#33117 opened Jul 15, 2019 by noam09
x/website: show current Go version next to download button on homepage NeedsFix The path to resolution is known, but the work has not been done.
#33083 opened Jul 12, 2019 by bfreis
x/crypto/ssh: SSH handshake fails over some net.Conn implementations (ex. net.Pipe) help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32990 opened Jul 8, 2019 by tarndt
x/playground: Format button produces a spurious 'invalid module version' error for commit hashes in go.mod modules NeedsFix The path to resolution is known, but the work has not been done.
#32980 opened Jul 8, 2019 by bcmills
x/net/publicsuffix: EffectiveTLDPlusOne accepts IP Addresses NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32979 opened Jul 8, 2019 by Agronis
x/text/unicode/runenames: allow search of rune by name FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32937 opened Jul 4, 2019 by tebeka
x/mobile: iOS project won't compile with framework built by gomobile help wanted mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32918 opened Jul 3, 2019 by ibigbug
x/net/websocket: add runnable versions of examples mentioned in Server.Handshake documentation Documentation Issues describing a change to documentation. help wanted NeedsFix The path to resolution is known, but the work has not been done.
#32866 opened Jul 1, 2019 by msoedov
x/crypto/ssh: test consistently runs out of memory on js-wasm builder arch-wasm WebAssembly issues help wanted NeedsFix The path to resolution is known, but the work has not been done. OS-JS Testing An issue that has been verified to require only test changes, not just a test failure.
#32840 opened Jun 28, 2019 by bcmills
x/debug/cmd/viewcore: does not build on aix-ppc64 Builders x/build issues (builders, bots, dashboards) help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX Testing An issue that has been verified to require only test changes, not just a test failure.
#32839 opened Jun 28, 2019 by bcmills
x/tools: frequent out-of-memory errors on linux-arm builder Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure. Tools This label describes issues relating to any tools in the x/tools repository.
#32834 opened Jun 28, 2019 by bcmills
x/tools/go/packages: panic in testParseFileModifyAST NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure. Tools This label describes issues relating to any tools in the x/tools repository.
#32833 opened Jun 28, 2019 by bcmills
x/tools/go/packages: high CPU usage while processing cgo file NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance Tools This label describes issues relating to any tools in the x/tools repository.
#32821 opened Jun 28, 2019 by RadhiFadlillah
x/tools/go/analysis/passes/nilness: detect wrapping of nil errors Analysis Issues related to static analysis (vet, x/tools/go/analysis) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#32808 opened Jun 27, 2019 by ainar-g
x/build: netbsd-amd64-8_0 builder timing out frequently Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-NetBSD Testing An issue that has been verified to require only test changes, not just a test failure.
#31858 opened May 6, 2019 by bcmills
x/crypto/acme: Bad error description if website reject authorization query NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32747 opened Jun 24, 2019 by rekby
x/crypto/ssh: concurrent call ssh.Dial will fail NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#27140 opened Aug 22, 2018 by wangwd1991
x/tools/imports: pathological behaviour when package result is in same module NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32726 opened Jun 21, 2019 by myitcv
x/playground: if Imports is checked, run 'go mod tidy' when the Format button is pressed FeatureRequest Issues asking for a new feature that does not need a proposal. help wanted modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32614 opened Jun 14, 2019 by bcmills
x/mobile: gomobile bind: add flag to disable package name prefix in iOS classes FeatureRequest Issues asking for a new feature that does not need a proposal. mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32573 opened Jun 12, 2019 by ealymbaev
x/build/cmd/gopherbot: should not consider backport requests inside backport issues Builders x/build issues (builders, bots, dashboards) help wanted NeedsFix The path to resolution is known, but the work has not been done.
#32533 opened Jun 10, 2019 by dmitshur
x/crypto/ssh: semantics around running session.Wait() after calling session.Run(), when EOF messages are sent NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32453 opened Jun 5, 2019 by ianvernon
proposal: x/crypto/blake2s: add New(size, key) Proposal Proposal-Crypto Proposal related to crypto packages or other security issues
#32417 opened Jun 3, 2019 by PlainsWraith
x/mobile: Docs imply that methods can take structs Documentation Issues describing a change to documentation. mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32376 opened May 31, 2019 by bemasc
x/build: configure Stackdriver alerting for farmer.golang.org/#health Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
#32372 opened May 31, 2019 by bradfitz
x/build: alert on "bad" logs Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
#32311 opened May 29, 2019 by bradfitz
x/build: set up Gerrit latency monitoring Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32307 opened May 29, 2019 by bradfitz
x/sys/windows: wrong value of S_IFMT mask on Windows/plan9 compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
#32270 opened May 27, 2019 by cyrilcourvoisier
x/build/app/appengine: make leftmost column fixed & not scroll horizontally Builders x/build issues (builders, bots, dashboards) FeatureRequest Issues asking for a new feature that does not need a proposal. help wanted NeedsFix The path to resolution is known, but the work has not been done.
#32210 opened May 23, 2019 by bradfitz
x/tools/go/analysis: running the same analysis with different sets of flags Analysis Issues related to static analysis (vet, x/tools/go/analysis) FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#32155 opened May 21, 2019 by dominikh
x/sys/unix: standardize Kevent_t Udata as integer, not pointer help wanted NeedsFix The path to resolution is known, but the work has not been done.
#32153 opened May 20, 2019 by wI2L
x/text/language: matcher incorrect handling of zh NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32141 opened May 19, 2019 by diligiant
x/net/ipv4: wrong endianness in IP header on darwin-amd64 help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
#32118 opened May 17, 2019 by hrqiang
x/tools/godoc: remove replaceLinePrefixCommentsWithBlankLine in favor of better fix NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#32092 opened May 17, 2019 by dmitshur
x/crypto/ssh: "ssh: handshake failed: EOF" with 3des-cbc NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32075 opened May 16, 2019 by eikenb
x/playground: error line highlighting broken with multi-file programs help wanted NeedsFix The path to resolution is known, but the work has not been done.
#32064 opened May 15, 2019 by bradfitz
x/build: linux-amd64-race TryBot straggling Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance Testing An issue that has been verified to require only test changes, not just a test failure.
#32032 opened May 14, 2019 by bcmills
x/build: increase timeouts or reduce parallelism on darwin-arm-mg912baios builder? Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin Testing An issue that has been verified to require only test changes, not just a test failure.
#32024 opened May 14, 2019 by bcmills
x/mobile: Exported structs not retaining field values in Swift mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#32008 opened May 13, 2019 by triztian
x/website: unify playground.js location NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Thinking
#32007 opened May 13, 2019 by bradfitz
x/playground: change vet support to happen in 1 HTTP request/response instead of 2 NeedsFix The path to resolution is known, but the work has not been done.
#31970 opened May 10, 2019 by bradfitz
x/text: Get unicode script name in addition to script code NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#31862 opened May 6, 2019 by jeremieSimon
x/net/websocket: add ability to replace Dialer with DialContext in the Config struct, like http.Transport FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#31849 opened May 6, 2019 by mei-rune
x/mobile: gomobile cross-device link error on final .app mv help wanted mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#31836 opened May 4, 2019 by kettek
x/build: use Cloud Run Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
#31834 opened May 4, 2019 by bradfitz
go/doc: lines with double-quotes cannot be headings NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#31739 opened Apr 29, 2019 by ensonic
x/mobile/cmd/gomobile: bind -target=ios app.sdk/lightControl fail mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#31670 opened Apr 25, 2019 by orange-jacky
x/tools/cmd/goimports: -local adds local packages before external packages NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#31646 opened Apr 24, 2019 by rayjcwu
x/tools/go/packages: fake command-line-args package isn't created on windows when ad-hoc package file is missing NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows Tools This label describes issues relating to any tools in the x/tools repository.
#31344 opened Apr 8, 2019 by matloob
x/tools/go/packages: implement Load-ing package ids NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#31634 opened Apr 23, 2019 by matloob
x/tools/cmd/present: add support for quote NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Proposal Proposal-Accepted
#30343 opened Feb 21, 2019 by lucor
Loading