feat: update pkg name
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
|
||||
"github.com/riverqueue/river"
|
||||
"github.com/sirupsen/logrus"
|
||||
_ "{{.ModuleName}}/pkg/atom"
|
||||
"{{.ModuleName}}/pkg/atom/contracts"
|
||||
_ "go.ipao.vip/atom"
|
||||
"go.ipao.vip/atom/contracts"
|
||||
)
|
||||
|
||||
var _ contracts.CronJob = (*CronJob)(nil)
|
||||
|
||||
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
. "github.com/riverqueue/river"
|
||||
log "github.com/sirupsen/logrus"
|
||||
_ "{{.ModuleName}}/pkg/atom"
|
||||
_ "{{.ModuleName}}/pkg/atom/contracts"
|
||||
_ "go.ipao.vip/atom"
|
||||
_ "go.ipao.vip/atom/contracts"
|
||||
)
|
||||
|
||||
// provider:[except|only] [returnType] [group]
|
||||
|
||||
Reference in New Issue
Block a user