更改git库
This commit is contained in:
parent
76e633f4b1
commit
bc17f7af78
@ -1,9 +1,9 @@
|
|||||||
package action
|
package action
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/devttl/goctl-swagger/generate"
|
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
"github.com/zeromicro/go-zero/tools/goctl/plugin"
|
"github.com/zeromicro/go-zero/tools/goctl/plugin"
|
||||||
|
"svnet.cn/devttl/goctl-swagger/generate"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Generator(ctx *cli.Context) error {
|
func Generator(ctx *cli.Context) error {
|
||||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
|||||||
module github.com/devttl/goctl-swagger
|
module svnet.cn/devttl/goctl-swagger
|
||||||
|
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
|
4
main.go
4
main.go
@ -5,9 +5,9 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
"github.com/devttl/goctl-swagger/action"
|
|
||||||
"github.com/devttl/goctl-swagger/generate"
|
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
|
"svnet.cn/devttl/goctl-swagger/action"
|
||||||
|
"svnet.cn/devttl/goctl-swagger/generate"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user