go fmt
This commit is contained in:
@@ -3,6 +3,4 @@ package domain
|
||||
type BaseRepository interface {
|
||||
NewId(fields ...string) string
|
||||
CountAll() (int, error)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user