Remove incorrect build tags

This commit is contained in:
Tobie Morgan Hitchcock 2017-01-11 11:22:17 +00:00
parent fa40f52302
commit e3c472b31a
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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