Fix golint issue

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
pull/8227/head
Guangwen Feng 5 years ago committed by Vlad Fratila
parent 7d1e717780
commit dab03535be

@ -61,7 +61,7 @@ func ClientOptCache(cache *Cache) ClientOption {
}
}
// ClientOptCache returns a function that sets the cache setting on a client options set
// ClientOptCredentialsFile returns a function that sets the cache setting on a client options set
func ClientOptCredentialsFile(credentialsFile string) ClientOption {
return func(client *Client) {
client.credentialsFile = credentialsFile

Loading…
Cancel
Save