dev
This commit is contained in:
parent
502f9f3286
commit
1ed74aa712
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
package commands
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
package commands
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1 +1 @@
|
|||
package cmd
|
||||
package commands
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
package main
|
||||
|
||||
import "git.apinb.com/bsm-tools/bsm/cmd/commands"
|
||||
import (
|
||||
"git.apinb.com/bsm-sdk/engine/cmd"
|
||||
"git.apinb.com/bsm-tools/bsm/cmd/commands"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.NewCmd()
|
||||
|
||||
commands.Execute()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue