Move persistence stuff to own package

This commit is contained in:
Bendodroid 2024-01-31 18:25:34 +01:00
commit 72f5a67989
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC
4 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,7 @@
//go:build !linux
package persistence
const (
persistentStateDir = "./"
)