Change-Id: I4c3cf840fe71dfa677732d445c24233e11110dd1
Reviewed-on: https://go-review.googlesource.com/c/go/+/645556
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
//
// See https://git-scm.com/docs/gitcredentials or run 'man gitcredentials' for
// information on how to configure 'git credential'.
+
package auth
import (
// license that can be found in the LICENSE file.
// Code copied from x/net/http/httpguts/httplex.go
+
package auth
var isTokenTable = [256]bool{
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Package auth provides access to user-provided authentication credentials.
package auth
import (