Rename constant for persistent state file and fix it at compile-time
This commit is contained in:
parent
4840021b08
commit
c7c6086d11
3 changed files with 26 additions and 14 deletions
5
util/persistentStateDir_linux.go
Normal file
5
util/persistentStateDir_linux.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package util
|
||||
|
||||
const (
|
||||
persistentStateDir = "/var/lib/spaceapid/"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue