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