Merge pull request #1544 from FancyKillerPanda/build_ignore

Changed `//+ignore` to `//+build ignore` and emit a warning for unknown tags
This commit is contained in:
gingerBill
2022-11-03 12:58:26 +00:00
committed by GitHub
8 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//+ignore
//+build ignore
package gzip
/*
+1 -1
View File
@@ -1,4 +1,4 @@
//+ignore
//+build ignore
package zlib
/*