-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Issues: golang/go
Go team quiet week Mar 24βMar 28: issue tracker responses wil...
#72999
opened Mar 22, 2025 by
aclements
Open
1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking βSign up for GitHubβ, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
proposal: spec: lightweight anonymous function syntax
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
doc: freeze "Effective Go"
Documentation
Issues describing a change to documentation.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
proposal: spec: immutable type qualifier
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
regexp: investigate further performance improvements
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
encoding/json: the Decoder.Decode API lends itself to misuse
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
proposal: spec: reduce noise in return statements that contain mostly zero values
dotdotdot
...
error-handling
Language & library change proposals that are about error handling.
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
proposal: spec: support for easy packing/unpacking of struct types
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
cmd/go: cmd/go
modules
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Thinking
go mod tidy
ignores go.work
file
GoCommand
archive, image, debug, encoding, x/net/html: DO NOT PANIC
NeedsFix
The path to resolution is known, but the work has not been done.
proposal: spec: tuples as sugar for structs
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
proposal: spec: lazy values
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
proposal: spec: unions as sigma types
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
x/talks: go Present hosted on go-talks returning 403 api.github.com 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.
Tools
This label describes issues relating to any tools in the x/tools repository.
x/website/_content/doc: Channels example in Effective Go leaks goroutines
Documentation
Issues describing a change to documentation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
website
proposal: spec: non-reference channel types
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
Proposal-FinalCommentPeriod
proposal: spec: allow untyped float const multiplied by typed integer constants (2.5*time.Hour)
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
x/tools/gopls: fillstruct on file with syntax error deletes most of the file
gopls/parsing
Issues related to parsing / poor parser recovery.
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.
Refactoring
Issues related to refactoring tools
Tools
This label describes issues relating to any tools in the x/tools repository.
cmd/compile: treat "d = append(make([]T, 0, len(s)), s...)" as "d = make([]T, len(s)); copy(d, s)"
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Performance
proposal: spec: language: make slices of constant strings constant if the indexes are constant
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
all: announce end of support for old Windows releases
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.
OS-Windows
recurring
Issues that should never be closed, but moved to the next milestone once fixed in the current one.
release-blocker
Previous Next
ProTip!
Add no:assignee to see everything thatβs not assigned.