MikeMitchellWebDev
MikeMitchellWebDev
As @rsc said in 2021 (https://github.com/golang/go/issues/43555), Expvar is a bit left behind at this point. JSON is a very popular format for developers. Can any decision about runtime.Metrics take Expvar...
Wouldn't it be sufficient to say `"// RLocker returns a [Locker] interface"` since it wouldn't be a Locker interface unless the Lock and Unlock methods had been implemented by rlocker....
In my humble opinion, I like seeing the reference to gophercon talks in the source code because it enhances the documentation, which is often lacking, and even if the std...
Similar to https://github.com/golang/go/issues/60230
> I tried, with a very similar configuration (Darwin-amd64, using 1.22.4 as the building compiler, building at tip, similar settings in goenv), but could not reproduce. It doesn’t always reproduce...
As stated in the OP, I compared the build times of two versions of source, one which I altered, one which I didn't. In case there's a possibility that I...
I was running make.bash at `commit 6d93de2c110f66457f103c33ba496ff2e2bf33af` . I ran `time ./make.bash` twice today at `commit ea537cca314d9da5365eeefcc375410c76e93b36` without any failures.