reorder some source files

This commit is contained in:
2026-03-11 09:54:17 +02:00
parent 30fe237657
commit f4c9948c61
27 changed files with 283 additions and 2403 deletions
+2 -1
View File
@@ -10,12 +10,13 @@
package main
import (
"mstore/cmd/mstorectl/util"
"os"
)
func main() {
var err error
util := NewUtil()
util := util.NewUtil()
err = util.Build()
if err != nil {
os.Exit(1)