fix: create modules

This commit is contained in:
Rogee
2024-12-20 23:35:00 +08:00
parent 0916fedfce
commit 401ed9a5bd
2 changed files with 16 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ package {{.ModuleName}}
import (
"testing"
"backend/pkg/service/testx"
"{{.ProjectModule}}/pkg/service/testx"
. "github.com/smartystreets/goconvey/convey"
"github.com/stretchr/testify/suite"