refactoring, adding cli to edit config

This commit is contained in:
2025-08-26 21:59:50 +02:00
parent e36b15e271
commit 2c109b945e
14 changed files with 503 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
package constants
const (
Version string = "0.0.1"
)