Skip to content

Commit 1e3ba38

Browse files
committed
fix: fix compile error
1 parent 0aa1283 commit 1e3ba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapper/query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package mapper
22

33
import (
44
"fmt"
5-
"gorm-plus/constants"
5+
"github.com/zouchangfu/gorm-plus/constants"
66
"strings"
77
)
88

0 commit comments

Comments
 (0)