Skip to content

Commit

Permalink
Reverting to alias for the user.User struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariasmn committed May 31, 2022
1 parent ae7b6aa commit b4d9331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userparser/userparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
)

type User user.User
type User = user.User

var parsedUsers []User

Expand Down

0 comments on commit b4d9331

Please sign in to comment.