working commit

This commit is contained in:
2026-02-21 20:07:37 +02:00
parent c6ce50308d
commit 685880c8a8
45 changed files with 255 additions and 453 deletions
+1 -2
View File
@@ -12,7 +12,7 @@ package main
import (
"os"
"mstore/cmd/mstorectl/command"
"mstore/cmd/mstorectl/command"
)
func main() {
@@ -27,4 +27,3 @@ func main() {
os.Exit(1)
}
}