From c07bd16c1efa77eda2fe70b87200afaf369ed014 Mon Sep 17 00:00:00 2001 From: abhigupta55555 <59817170+abhigupta55555@users.noreply.github.com> Date: Mon, 13 Jan 2020 11:48:25 +0530 Subject: [PATCH] Update auth.go --- auth/auth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/auth.go b/auth/auth.go index ac1d703..5dbb422 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -6,7 +6,7 @@ import ( "os" ) -// AWSConfiguration struct for representing AWS credentials. +// AWSConfiguration struct for representing AWS credentials... type AWSConfiguration struct { AWSAccessKeyID string AWSSecretKey string @@ -15,7 +15,7 @@ type AWSConfiguration struct { // Config is variable of type AWSConfiguration. var Config AWSConfiguration -// LoadConfig loads the AWS credentials. +// LoadConfig loads the AWS credentials... func LoadConfig() { // Read from file first.