Skip to content

Commit

Permalink
[FIX] Type creation changed to type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dlahoza committed Jun 5, 2018
1 parent 9025e9c commit 6732f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ func (ca CertAuthenticator) Credentials(req AuthCredsRequest) ([]UserPassPair, e

// CertificateAuthenticator is included for backwards compatibility only.
// Deprecated: Use CertAuthenticator instead.
type CertificateAuthenticator CertAuthenticator
type CertificateAuthenticator = CertAuthenticator

0 comments on commit 6732f74

Please sign in to comment.