Disable scripts/* building with build tags

This commit is contained in:
Jae Kwon
2016-04-13 15:05:07 -07:00
parent 0f1bdc6af4
commit d6f75370a1
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
// +build scripts
package main
import (
+2
View File
@@ -1,3 +1,5 @@
// +build scripts
package main
import (