diff --git a/types.go b/types.go index 7dd117c..5aa8b4f 100644 --- a/types.go +++ b/types.go @@ -60,7 +60,7 @@ func (u User) String() string { if u.FirstName != "" { str += u.FirstName if u.LastName != "" { - str += u.LastName + str += " " + u.LastName } } else { str += u.UserName