vet all core packages

This commit is contained in:
gingerBill
2021-01-09 23:43:34 +00:00
parent 9e8c46b8de
commit 3bcccf88d5
7 changed files with 5 additions and 10 deletions
-1
View File
@@ -2,7 +2,6 @@ package log
import "core:runtime"
import "core:fmt"
import "core:sync"
// NOTE(bill, 2019-12-31): These are defined in `package runtime` as they are used in the `context`. This is to prevent an import definition cycle.