working commit

This commit is contained in:
2026-06-05 18:35:25 +02:00
parent 16c52424ed
commit 557aea269d
13 changed files with 82 additions and 73 deletions
+9
View File
@@ -0,0 +1,9 @@
package config
const (
confdirPath = "/home/ziggi/Projects/grpcbase/etc/mbase"
rundirPath = "/home/ziggi/Projects/grpcbase/tmp/run"
logdirPath = "/home/ziggi/Projects/grpcbase/tmp/log"
datadirPath = "/home/ziggi/Projects/grpcbase/tmp/data"
packageVersion = "0.0.1"
)