goimports automating imports for me now
This commit is contained in:
parent
68d0851552
commit
6df7c52e9e
4 changed files with 6 additions and 11 deletions
5
fakes.go
5
fakes.go
|
|
@ -5,8 +5,8 @@ import (
|
|||
)
|
||||
|
||||
type fakeST struct {
|
||||
dept string
|
||||
err error
|
||||
dept string
|
||||
err error
|
||||
chapterID int64
|
||||
}
|
||||
|
||||
|
|
@ -16,4 +16,3 @@ func (f *fakeST) GetUser(ctx context.Context, id int64) (*User, error) {
|
|||
}
|
||||
return &User{ID: id, ChapterID: f.chapterID, Department: f.dept}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue