Merge pull request #8366 from fenggw-fnst/work

Fix golint issue
pull/8249/head
Martin Hickey 4 years ago committed by GitHub
commit 395d494cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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