Achievement unlocked
It’s very far from impressive, but last year I did something I’ve been dreaming about for a long time: contribute to the Go open-source project:
- math/big: properly linkify a reference
- os/exec: edit comment to remove invalid link
- _content/doc: specify component of referenced website where text appears
Updates
2025-03-11
- wiki: Prefer "white space" over "whitespace" — approved by Rob Pike!
2025-04-15
- cmd/pkgsite: indent command so it appears as preformatted text
- _content/doc: add a table of contents to comment.md
- example/weave: update TOC anchors to remove **, _, and ` - my first actual code change
2025-06-20
- go/doc: add a golden test that reproduces #62640 - another actual code change (I copied it from someone else though)