Skip to content

Commit be32a43

Browse files
committed
update template
1 parent 59d1ae8 commit be32a43

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

template/service_gobatis_imapper.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ package {{$Module.Pkg}}
77

88
import (
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

template/service_gobatis_impl.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ package {{$Module.Pkg}}
77

88
import (
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

template/service_gobatis_mapper.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ package {{$Module.Pkg}}
77

88
import (
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

1515
type {{$ModuleName}}ServicImpl struct {

0 commit comments

Comments
 (0)