Remove incorrect build tags
This commit is contained in:
parent
fa40f52302
commit
e3c472b31a
2 changed files with 0 additions and 4 deletions
|
@ -12,8 +12,6 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//+build generate
|
|
||||||
|
|
||||||
package db
|
package db
|
||||||
|
|
||||||
//go:generate codecgen -o db.gen.go db.go
|
//go:generate codecgen -o db.gen.go db.go
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//+build generate
|
|
||||||
|
|
||||||
package sql
|
package sql
|
||||||
|
|
||||||
//go:generate codecgen -o ast.gen.go ast.go
|
//go:generate codecgen -o ast.gen.go ast.go
|
||||||
|
|
Loading…
Reference in a new issue