diff options
Diffstat (limited to 'content/playground')
-rw-r--r-- | content/playground/net.go | 2 | ||||
-rw-r--r-- | content/playground/os.go | 2 | ||||
-rw-r--r-- | content/playground/time.go | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/content/playground/net.go b/content/playground/net.go index 2728055..eb8b759 100644 --- a/content/playground/net.go +++ b/content/playground/net.go @@ -1,3 +1,5 @@ +// +build OMIT + package main import ( diff --git a/content/playground/os.go b/content/playground/os.go index a73beb0..cf0cd32 100644 --- a/content/playground/os.go +++ b/content/playground/os.go @@ -1,3 +1,5 @@ +// +build OMIT + package main import ( diff --git a/content/playground/time.go b/content/playground/time.go index 987620a..fb1f314 100644 --- a/content/playground/time.go +++ b/content/playground/time.go @@ -1,3 +1,5 @@ +// +build OMIT + package main import ( |