diff --git a/auth/kerberos/krb_windows.go b/auth/kerberos/krb_windows.go index 973be8fc..474517ae 100644 --- a/auth/kerberos/krb_windows.go +++ b/auth/kerberos/krb_windows.go @@ -8,7 +8,7 @@ import ( ) // GSS implements the pq.GSS interface. -type Gss struct { +type GSS struct { creds *sspi.Credentials ctx *negotiate.ClientContext }