Total revision of everything to consistency
all functions nicely commented, utility functions to be more DRY
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user