website icon indicating copy to clipboard operation
website copied to clipboard

[mirror] Home of the go.dev and golang.org websites

Results 121 website issues
Sort by recently updated
recently updated
newest added

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. ![image](https://github.com/golang/website/assets/52945328/a9ceb8f5-2198-4581-90de-789f7822bbed) I fixed it with the same idea in fix #269. Regards

Updated package name in go tutorials, v3 -> v4 ![image](https://github.com/golang/website/assets/73871477/6a1d8a7f-2279-4fd4-9ca6-319b8657f875) 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