Total revision of everything to consistency

all functions nicely commented, utility functions to be more DRY
This commit is contained in:
David Vennik
2022-10-21 11:37:21 +02:00
parent fe215602d6
commit e4633df63e
40 changed files with 647 additions and 2860 deletions

View File

@@ -136,7 +136,7 @@ func main() {
// Update SemVer
SemVer = fmt.Sprintf("v%d.%d.%d", Major, Minor, Patch)
PathBase = tr.Filesystem.Root() + "/"
versionFile := `package proc
versionFile := `package indra
import (
"fmt"