aboutsummaryrefslogtreecommitdiff
path: root/content/godoc-documenting-go-code.article
Commit message (Collapse)AuthorAge
* Fix link to the Bug section of pkg/bytes godocareski2016-10-03
| | | | | | | | Correct link should point to http://golang.org/pkg/bytes/#pkg-note-BUG Change-Id: I6b493fd49f43103c507c3ff61ff1f5b9b780f171 Reviewed-on: https://go-review.googlesource.com/1953 Reviewed-by: Russ Cox <rsc@golang.org>
* content: documented godoc's "Deprecated:" convention in the godoc postAndrew Gerrand2016-01-27
| | | | | | | | Fixes golang/go#10909 Change-Id: Ie2553bc2f6983cbcaf7398366c21dc175e1f5453 Reviewed-on: https://go-review.googlesource.com/18956 Reviewed-by: Rob Pike <r@golang.org>
* content: Remove outdated comment about "package documentation"Matthew Dempsky2013-10-22
| | | | | | | | | | | godoc was changed a while back to look for command documentation in "package main" rather than "package documentation" to be consistent with library package conventions: https://code.google.com/p/go/source/detail?r=3633a89bb56d R=adg CC=golang-dev https://golang.org/cl/15450044
* go.blog: update tagsAndrew Gerrand2013-06-05
| | | | | | | | | | This makes the articles cross-reference each other better. In particular, I added the "technical" tag for in-depth technical posts. R=bradfitz, r CC=golang-dev https://golang.org/cl/9960043
* go.blog: add contentAndrew Gerrand2013-03-08
R=golang-dev, r CC=golang-dev https://golang.org/cl/7436052