diff --git a/auth/auth.go b/auth/auth.go index 109019c4..a7750745 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -21,7 +21,7 @@ type Auth interface { type Service struct { // Name of the resource Name string - // Endpoint is the specific endpoint + // Endpoint is the specific endpoint Endpoint string }