updates for testing and windows
This commit is contained in:
5
shared/notest.go
Normal file
5
shared/notest.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build !TEST
|
||||
|
||||
package shared
|
||||
|
||||
const TEST = false
|
5
shared/test.go
Normal file
5
shared/test.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build TEST
|
||||
|
||||
package shared
|
||||
|
||||
const TEST = true
|
Reference in New Issue
Block a user