File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ package {{$Module.Pkg}}
77
88import (
99 "context"
10- "github.com/xfali /gobatis"
11- "github.com/xfali /pagehelper"
12- "github.com/xfali /xlog"
10+ "github.com/acmestack /gobatis"
11+ "github.com/acmestack /pagehelper"
12+ "github.com/acmestack /xlog"
1313 "{{.Value.App.ModName}}/pkg/apis/{{$Module.Pkg}}"
1414)
1515
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ package {{$Module.Pkg}}
77
88import (
99 "context"
10- "github.com/xfali /gobatis"
11- "github.com/xfali /pagehelper"
12- "github.com/xfali /xlog"
10+ "github.com/acmestack /gobatis"
11+ "github.com/acmestack /pagehelper"
12+ "github.com/acmestack /xlog"
1313 "{{.Value.App.ModName}}/pkg/apis/{{$Module.Pkg}}"
1414)
1515
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ package {{$Module.Pkg}}
77
88import (
99 "context"
10- "github.com/xfali /gobatis"
11- "github.com/xfali /pagehelper"
12- "github.com/xfali /xlog"
10+ "github.com/acmestack /gobatis"
11+ "github.com/acmestack /pagehelper"
12+ "github.com/acmestack /xlog"
1313)
1414
1515type {{$ModuleName}}ServicImpl struct {
You can’t perform that action at this time.
0 commit comments