From 293268c5ed9a5afa552cec1e33ba9fe74c771ebc Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 25 Mar 2017 17:23:16 -0700 Subject: [PATCH] Update credential_store.go --- auth/credential_store.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auth/credential_store.go b/auth/credential_store.go index e2f235af..63b8c3b7 100644 --- a/auth/credential_store.go +++ b/auth/credential_store.go @@ -1,3 +1,5 @@ +// Package auth is a lightweight credential store. +// It provides functionality for loading credentials, as well as validating credentials. package auth import (