alittle splitted mstorectl code; etc

This commit is contained in:
2026-03-05 12:26:14 +02:00
parent 80d6a244cf
commit 223ae2e96e
24 changed files with 631 additions and 104 deletions
+1 -3
View File
@@ -11,13 +11,11 @@ package main
import (
"os"
"mstore/cmd/mstorectl/command"
)
func main() {
var err error
util := command.NewUtil()
util := NewUtil()
err = util.Build()
if err != nil {
os.Exit(1)