go icon indicating copy to clipboard operation
go copied to clipboard

The Go programming language

Results 868 go issues
Sort by recently updated
recently updated
newest added

### What version of Go are you using (`go version`)? go version go1.19 windows/amd64 ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor...

NeedsInvestigation
Tools

The ForkLock disables fork while creating new fd and marking it close-on-exec. Fd ops hold read lock, and fork holds write lock. In kernels newer than 2.6, the two fd...

NeedsInvestigation

Upcoming changes to the OpenBSD kernel will prevent system calls from being made unless they are coming from libc.so (with some exceptions, for example, a static binary). There are also...

help wanted
OS-OpenBSD
NeedsFix

### What version of Go are you using (`go version`)? $ go version go version devel go1.18-9133245be7 Sat Sep 4 20:35:25 2021 +0000 darwin/arm64 ### Does this issue reproduce with...

NeedsInvestigation
mobile

Needed changes to improve performance (At least in theory): - Change [`timers []*timer`](https://github.com/golang/go/blob/de8101d21bcf5f1097bcfaf3a1b55820ba70dce9/src/runtime/runtime2.go#L725) to `timers []timerBucket` - Make new timerBucket struct as ```go type timerBucket struct { timer *timer //...

NeedsInvestigation
compiler/runtime

The documentation for *workspaces* introduced a new term `root module` in the *Go Module Reference*. The term is used in [the glossary for **workspace**](https://go.dev/ref/mod#glos-workspace), but it is never defined.

Documentation
help wanted
NeedsFix

### What is the URL of the page with the issue? https://go.dev ### Screenshot [opentracing/opentracing-go](https://github.com/opentracing/opentracing-go) is deprecated, I think it should be removed

NeedsFix
website

### What version of Go are you using (`go version`)? $ go version 1.18.3 ### Does this issue reproduce with the latest release? N/A ### What operating system and processor...

NeedsFix
website

### What is the URL of the page with the issue? https://pkg.go.dev/encoding/pem ### What is your user agent? Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0 ### Screenshot ![Screenshot_from_2022-06-23_18-32-30](https://user-images.githubusercontent.com/722663/175442716-00f3d5a2-00ac-42fc-96ed-7583b07cf709.png) ### What...

Documentation
NeedsInvestigation

### What version of Go are you using (`go version`)? $ go version go version go1.18.4 linux/amd64 ### Does this issue reproduce with the latest release? yes ### What operating...

NeedsInvestigation
GoCommand