mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
9 lines
135 B
Go
9 lines
135 B
Go
package models
|
|
|
|
const (
|
|
// File paths
|
|
DEFAULT_GIT_DIR = "./KGPZ"
|
|
DEFAULT_GEO_DIR = "./cache_geo"
|
|
DEFAULT_GND_DIR = "./cache_gnd"
|
|
)
|