commit | fb41a9b433bf1d7e71d768e703c81170aa4f282c | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@gmail.com> | Fri Oct 12 14:33:10 2018 -0400 |
committer | Andrew Bonventre <andybons@golang.org> | Fri Oct 12 19:08:31 2018 +0000 |
tree | 2c81f4a75a55c090d285af6a9cdcb5ab050e5bb7 | |
parent | ade048e130902266b1b4f508fc7bd9c433f48d36 [diff] |
talks: add missing build tag to exclude example code This was causing go test ./... to fail because it was including an example file when it should not. Change-Id: I3646d9ede5e893892068e0712528556f7615cb61 Reviewed-on: https://go-review.googlesource.com/c/141877 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/content/2016/applicative/google-parallel.go b/content/2016/applicative/google-parallel.go index 3411951..a73f950 100644 --- a/content/2016/applicative/google-parallel.go +++ b/content/2016/applicative/google-parallel.go
@@ -1,3 +1,5 @@ +// +build ignore + package main import (