gofmt
This commit is contained in:
parent
27e69eb7b8
commit
501ba88efc
@ -26,7 +26,7 @@ func (Field) New() *Field {
|
||||
return &Field{service: service.Field()}
|
||||
}
|
||||
|
||||
func (self *Field) List(ctx context.Context,_ *server.FieldListRequest) (interface{}, error) {
|
||||
func (self *Field) List(ctx context.Context, _ *server.FieldListRequest) (interface{}, error) {
|
||||
return self.service.Find(ctx)
|
||||
}
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
package rest
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
"github.com/titpetric/factory"
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
package rest
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
"github.com/titpetric/factory"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user