updates for testing and windows

This commit is contained in:
redanthrax
2022-06-15 20:04:57 -07:00
parent dfe2881cd5
commit 30123bc023
6 changed files with 26 additions and 2 deletions

5
shared/notest.go Normal file
View File

@@ -0,0 +1,5 @@
//go:build !TEST
package shared
const TEST = false

5
shared/test.go Normal file
View File

@@ -0,0 +1,5 @@
//go:build TEST
package shared
const TEST = true