-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Issues: golang/go
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: local func declarations
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
LanguageProposal
Issues describing a requested change to the Go language specification.
Proposal
proposal: spec: try-handle keywords for reducing common error handling boilerplate
error-handling
Language & library change proposals that are about error handling.
LanguageProposal
Issues describing a requested change to the Go language specification.
Proposal
proposal: runtime: support VMkernel in Go's Linux port
LanguageProposal
Issues describing a requested change to the Go language specification.
Proposal
proposal: runtime: support general dynamic thread local storage model
compiler/runtime
Issues related to the Go compiler and/or runtime.
LanguageProposal
Issues describing a requested change to the Go language specification.
Proposal
proposal: allow eliding "_" fields in unkeyed struct literals
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
LanguageProposal
Issues describing a requested change to the Go language specification.
Proposal
proposal: spec: permit conversion of []A to []B if A and B have same underlying type modulo struct tags
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
LanguageProposal
Issues describing a requested change to the Go language specification.
Proposal
spec: for-range iterator yield function requires bool result - consider generalizing to any boolean type
early-in-cycle
A change that should be done early in the 3 month dev cycle.
LanguageChange
Suggested changes to the Go language
LanguageProposal
Issues describing a requested change to the Go language specification.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
ProTip!
Exclude everything labeled
bug
with -label:bug.