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