Commit Diff


commit - 9ffce56b80990611dbb20ba6c4af4df4f9846140
commit + f8031e6577708de406336a0d73dcb1bb922238bc
blob - 45230aa14d4a1f50c23ce0ae9f02ee702058b170
blob + d53ca084c2e18c3b56dc38d0e727c36e48fef4a5
--- user.go
+++ user.go
@@ -10,11 +10,6 @@ type User struct {
 	Groups []string
 }
 
-var testUser = User{
-	Name:  "testUser",
-	Email: "test@example.com",
-}
-
 func (u User) MarshalJSON() ([]byte, error) {
 	type attrs struct {
 		Email  string   `json:"email"`