| Age | Commit message (Collapse) | Author |
|
Perubahan,
* _content/tour: change '// +build' to '//go:build'
|
|
Presumably n was for name, but it wasn't immediately clear
since "name" was not mentioned anywhere in the code example.
There was a bit of discussion about whether it should be called
k (for key) or s (for string) or h (for host).
It seems like a lot of the confusion stems from the map being named
addrs, while actually containing both the name and the ip address of
the hosts.
Change-Id: Idf4483f142831b375cb0b1a5ebd58e8f3d9df30b
Reviewed-on: https://go-review.googlesource.com/19405
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
Also: fix bad build tags, mark some snippets as no-build or no-run.
This is a step toward adding the tour to the build dashboard.
Change-Id: I58af8f2289fee4c2ceee3be5a44a3fb986b26296
Reviewed-on: https://go-review.googlesource.com/18555
Reviewed-by: Rob Pike <r@golang.org>
|
|
LGTM=campoy
R=campoy
CC=golang-codereviews
https://golang.org/cl/118170043
|