From e3c472b31a6e48a9310c52efdbdc6013856a3160 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Wed, 11 Jan 2017 11:22:17 +0000 Subject: [PATCH] Remove incorrect build tags --- db/gen.go | 2 -- sql/gen.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/db/gen.go b/db/gen.go index 18d1368a..8378ce53 100644 --- a/db/gen.go +++ b/db/gen.go @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -//+build generate - package db //go:generate codecgen -o db.gen.go db.go diff --git a/sql/gen.go b/sql/gen.go index 1a9ea482..90861472 100644 --- a/sql/gen.go +++ b/sql/gen.go @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -//+build generate - package sql //go:generate codecgen -o ast.gen.go ast.go