Fix lint and format code in client/orm dir
This commit is contained in:
@@ -27,8 +27,7 @@ import (
|
||||
|
||||
var _ Ormer = new(DoNothingOrm)
|
||||
|
||||
type DoNothingOrm struct {
|
||||
}
|
||||
type DoNothingOrm struct{}
|
||||
|
||||
func (d *DoNothingOrm) Read(md interface{}, cols ...string) error {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user