goimports automating imports for me now
This commit is contained in:
parent
68d0851552
commit
6df7c52e9e
4 changed files with 6 additions and 11 deletions
|
|
@ -14,7 +14,7 @@ import (
|
|||
// User is the subset of an ST user record this worker cares about.
|
||||
type User struct {
|
||||
ID int64
|
||||
Email string
|
||||
Email string
|
||||
ChapterID int64
|
||||
Department string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue