menu-traversal-refactor #109
5
engine/tag_offline.go
Normal file
5
engine/tag_offline.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
// +build !online
|
||||||
|
|
||||||
|
package engine
|
||||||
|
|
||||||
|
const OnlineTestEnabled = false
|
||||||
|
5
engine/tag_online.go
Normal file
5
engine/tag_online.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
// +build online
|
||||||
|
|
||||||
|
package engine
|
||||||
|
|
||||||
|
const OnlineTestEnabled = true
|
Loading…
Reference in New Issue
Block a user
I would just define the accountservice as a global directly here, instead of the detour of defining a variable