Skip to content

Commit 82032c4

Browse files
committed
updated package path to github module
1 parent 1a430c3 commit 82032c4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/new.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package cmd
22

33
import (
44
"fmt"
5-
"ginboot-cli/internal/generator"
5+
"github.com/klass-lk/ginboot-cli/internal/generator"
66
"github.com/spf13/cobra"
77
"os"
88
"path/filepath"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ginboot-cli
1+
module github.com/klass-lk/ginboot-cli
22

33
go 1.21
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"ginboot-cli/cmd"
4+
"github.com/klass-lk/ginboot-cli/cmd"
55
"log"
66
)
77

0 commit comments

Comments
 (0)