Add separate -vet flags; -vet-using-* flags; //+vet file flags

This commit is contained in:
gingerBill
2023-07-31 11:09:19 +01:00
parent 551c379f1b
commit 60e509b1e0
11 changed files with 204 additions and 22 deletions
+1
View File
@@ -1,3 +1,4 @@
//+vet !using-stmt !using-param
package main
import "core:fmt"