Move persistence stuff to own package
This commit is contained in:
parent
742fb2be58
commit
72f5a67989
4 changed files with 6 additions and 6 deletions
7
persistence/persistentStateDir.go
Normal file
7
persistence/persistentStateDir.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//go:build !linux
|
||||
|
||||
package persistence
|
||||
|
||||
const (
|
||||
persistentStateDir = "./"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue