mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 16:50:34 +07:00
fix: package name
This commit is contained in:
3
go.mod
3
go.mod
@@ -1,9 +1,8 @@
|
|||||||
module nto_cli
|
module github.com/opbnq-q/nto-cli
|
||||||
|
|
||||||
go 1.22.12
|
go 1.22.12
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/fatih/structtag v1.2.0 // indirect
|
|
||||||
github.com/gdamore/encoding v1.0.0 // indirect
|
github.com/gdamore/encoding v1.0.0 // indirect
|
||||||
github.com/gdamore/tcell/v2 v2.7.1 // indirect
|
github.com/gdamore/tcell/v2 v2.7.1 // indirect
|
||||||
github.com/kuzgoga/fogg v0.1.2 // indirect
|
github.com/kuzgoga/fogg v0.1.2 // indirect
|
||||||
|
|||||||
8
main.go
8
main.go
@@ -1,11 +1,11 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"github.com/opbnq-q/nto-cli/cmd"
|
||||||
|
"github.com/opbnq-q/nto-cli/generation"
|
||||||
|
"github.com/opbnq-q/nto-cli/model"
|
||||||
|
"github.com/opbnq-q/nto-cli/utils"
|
||||||
"log"
|
"log"
|
||||||
"nto_cli/cmd"
|
|
||||||
"nto_cli/generation"
|
|
||||||
"nto_cli/model"
|
|
||||||
"nto_cli/utils"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user