Pārlūkot izejas kodu

Force travis build

Mike Kaminski 7 gadi atpakaļ
vecāks
revīzija
bab2a266aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      broker.go

+ 1 - 1
broker.go

@@ -937,7 +937,7 @@ func (b *Broker) sendAndReceiveSASLOAuth(tokenProvider AccessTokenProvider, exte
 }
 }
 
 
 // Build SASL/OAUTHBEARER initial client response as described by RFC-7628
 // Build SASL/OAUTHBEARER initial client response as described by RFC-7628
-// https://tools.ietf.org/html/rfc7628
+// https://tools.ietf.org/html/rfc7628.
 func buildClientInitialResponse(bearerToken string, extensions map[string]string) ([]byte, error) {
 func buildClientInitialResponse(bearerToken string, extensions map[string]string) ([]byte, error) {
 
 
 	if _, ok := extensions[SASLExtKeyAuth]; ok {
 	if _, ok := extensions[SASLExtKeyAuth]; ok {