Rename constant for persistent state file and fix it at compile-time

This commit is contained in:
Bendodroid 2024-01-31 17:08:39 +01:00
commit c7c6086d11
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC
3 changed files with 26 additions and 14 deletions

View file

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