refactor: reorganize modules and add Linux build tooling
This commit is contained in:
5
module/ec/address/internal/models/query.go
Normal file
5
module/ec/address/internal/models/query.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
var ErrNotFound = gorm.ErrRecordNotFound
|
||||
Reference in New Issue
Block a user