mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 17:10:34 +07:00
fix: pkg name
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package generation
|
||||
|
||||
import (
|
||||
"github.com/opbnq-q/nto-cli/model"
|
||||
"github.com/opbnq-q/nto-cli/utils"
|
||||
"log"
|
||||
"nto_cli/model"
|
||||
"nto_cli/utils"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
@@ -3,9 +3,9 @@ package generation
|
||||
import (
|
||||
_ "embed"
|
||||
"fmt"
|
||||
"github.com/opbnq-q/nto-cli/model"
|
||||
"github.com/opbnq-q/nto-cli/utils"
|
||||
"log"
|
||||
"nto_cli/model"
|
||||
"nto_cli/utils"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
@@ -3,9 +3,9 @@ package generation
|
||||
import (
|
||||
_ "embed"
|
||||
"fmt"
|
||||
"github.com/opbnq-q/nto-cli/model"
|
||||
"github.com/opbnq-q/nto-cli/utils"
|
||||
"log"
|
||||
"nto_cli/model"
|
||||
"nto_cli/utils"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
Reference in New Issue
Block a user