From 81cd952a64843e171dc37aba8218360ae37c8b2b Mon Sep 17 00:00:00 2001 From: Dan O'Neill Date: Tue, 28 Nov 2023 17:17:43 -0800 Subject: [PATCH] remove commented out simplified data structure --- api/apiuser.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/apiuser.go b/api/apiuser.go index 03c6df3..738cfe4 100644 --- a/api/apiuser.go +++ b/api/apiuser.go @@ -12,11 +12,6 @@ import ( // stucts // ---------------------------------------------- -// type UserResponse struct { -// UserName string `json:"username"` -// Email string `json:"email"` -// ErrorDescription string `json:"error_description"` -// } type UserResponse struct { Data struct { Username string `json:"username"`