alittle splitted mstorectl code; etc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user