aboutsummaryrefslogtreecommitdiff
path: root/content/methods/interface-values.go
AgeCommit message (Collapse)Author
2024-07-14all: sync with golang.org/x/website (2/2)Shulhan
Perubahan, * _content/tour: change '// +build' to '//go:build'
2016-01-14content: add a test for code snippetsAndrew Gerrand
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>
2016-01-13content: expand discussion of interfacesAndrew Gerrand
Change-Id: Ib1463519bac971b5b19952ca366de8bad58c25d7 Reviewed-on: https://go-review.googlesource.com/18425 Reviewed-by: Rob Pike <r@golang.org>