This commit is contained in:
Simon Martens
2024-11-09 23:58:16 +01:00
commit cd108bb5c5
9 changed files with 558 additions and 0 deletions

8
models/consts.go Normal file
View File

@@ -0,0 +1,8 @@
package models
const (
// File paths
DEFAULT_GIT_DIR = "./KGPZ"
DEFAULT_GEO_DIR = "./cache_geo"
DEFAULT_GND_DIR = "./cache_gnd"
)