diff options
| author | Andrew Gerrand <adg@golang.org> | 2016-01-13 13:43:18 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2016-01-14 01:20:20 +0000 |
| commit | c8a14fd7ba16ada15cbd0ee32e1887bf353d0eff (patch) | |
| tree | 4bdc53f2c2e30e2b79d2d08e36e4f3ad60e4fe96 /content/methods/interface-values.go | |
| parent | b43285f73498b03c246d9439a4bb695b83aab2ea (diff) | |
| download | golang-id-tour-c8a14fd7ba16ada15cbd0ee32e1887bf353d0eff.tar.xz | |
content: add a test for code snippets
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>
Diffstat (limited to 'content/methods/interface-values.go')
| -rw-r--r-- | content/methods/interface-values.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/methods/interface-values.go b/content/methods/interface-values.go index 52d2b3d..82d096f 100644 --- a/content/methods/interface-values.go +++ b/content/methods/interface-values.go @@ -1,4 +1,4 @@ -// build +OMIT +// +build OMIT package main |
