Fix +build ignore

This commit is contained in:
gingerBill
2022-11-04 11:39:54 +00:00
parent 1fc3f6cb2e
commit b743f56fb9
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
CPU feature flags can be tested against `cpu_features`, where applicable, e.g.
`if .aes in si.aes { ... }`
*/
// +ignore
//+build ignore
package sysinfo
import "core:fmt"