Fix package name in search

This commit is contained in:
Ymnuk 2023-08-10 10:03:51 +03:00
parent 3c7cc92486
commit 1bec0f14ab

View File

@ -1,7 +1,7 @@
package {{ packageName .Path }}
import (
"test/structs"
"{{ .Project.Name }}/structs"
"gorm.io/gorm"
)