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
@@ -8,7 +8,7 @@
An example of how to use `load`.
*/
//+ignore
//+build ignore
package png
import "core:image"