fix: package name

This commit is contained in:
2025-03-15 21:22:23 +07:00
parent e8187f13be
commit 7cde8acf19
2 changed files with 5 additions and 6 deletions

3
go.mod
View File

@@ -1,9 +1,8 @@
module nto_cli
module github.com/opbnq-q/nto-cli
go 1.22.12
require (
github.com/fatih/structtag v1.2.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.7.1 // indirect
github.com/kuzgoga/fogg v0.1.2 // indirect

View File

@@ -1,11 +1,11 @@
package main
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"
"nto_cli/cmd"
"nto_cli/generation"
"nto_cli/model"
"nto_cli/utils"
)
func main() {