From 7c21a1b92ac1f43f55fa28cc8d65e45a393fff95 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 18 Dec 2019 15:06:02 +0000 Subject: [PATCH] go fmt --- auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }