website
website copied to clipboard
[mirror] Home of the go.dev and golang.org websites
The zero values for `mysql.Config` is not good for default. See https://pkg.go.dev/github.com/go-sql-driver/mysql#Config > If a new Config is created instead of being parsed from a DSN string, the NewConfig function...
I found the page https://go.dev/lib/godoc/analysis/help isn't rendered properly under the dark mode, as I mentioned in https://github.com/golang/go/issues/66659.  I fixed it with the same idea in fix #269. Regards
Updated package name in go tutorials, v3 -> v4  https://pkg.go.dev/rsc.io/quote/v4
Fixes [golang/go#60627](https://github.com/golang/go/issues/60627).
In "tour/moretypes/10" ("Slice defaults") the phrase "the length of the slice for the high bound" has generated more than a dozen issues, mostly wanting to replace "slice" with "array". The...
In "tour/flowcontrol/10" ("Switch evaluation order") the interaction between the code using "Now()" and the Go Playground starting on 2009-11-10 is less than obvious. The data the reader needs is that...
Fix printing output to show the value and type in the output properly