aboutsummaryrefslogtreecommitdiff
path: root/content/methods/type-assertions.go
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2016-01-13 13:43:18 +1100
committerAndrew Gerrand <adg@golang.org>2016-01-14 01:20:20 +0000
commitc8a14fd7ba16ada15cbd0ee32e1887bf353d0eff (patch)
tree4bdc53f2c2e30e2b79d2d08e36e4f3ad60e4fe96 /content/methods/type-assertions.go
parentb43285f73498b03c246d9439a4bb695b83aab2ea (diff)
downloadgolang-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/type-assertions.go')
-rw-r--r--content/methods/type-assertions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/methods/type-assertions.go b/content/methods/type-assertions.go
index fcd5685..7e81499 100644
--- a/content/methods/type-assertions.go
+++ b/content/methods/type-assertions.go
@@ -1,4 +1,4 @@
-// build +OMIT
+// +build no-run OMIT
package main