]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/internal/auth: reduce to a single package coment
authorIan Lance Taylor <iant@golang.org>
Fri, 31 Jan 2025 02:25:45 +0000 (18:25 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 3 Feb 2025 16:20:01 +0000 (08:20 -0800)
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>
src/cmd/go/internal/auth/gitauth.go
src/cmd/go/internal/auth/httputils.go
src/cmd/go/internal/auth/userauth.go

index b28cb54453517c721cad7a821265262666c93f62..29d2852814b4508d630b5b169c780eaa3d817a65 100644 (file)
@@ -6,6 +6,7 @@
 //
 // See https://git-scm.com/docs/gitcredentials or run 'man gitcredentials' for
 // information on how to configure 'git credential'.
+
 package auth
 
 import (
index b8629546d5bf3e0239b32a7f8f08d237e0dbafbf..7f7bf03669ecadb628d8ded761fdd6193ee68a1a 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // Code copied from x/net/http/httpguts/httplex.go
+
 package auth
 
 var isTokenTable = [256]bool{
index 1a60693a9cd9409c2b22c6c9e7053f99a04c53a4..2649a9c271dce3144a68e9ade618540b02394200 100644 (file)
@@ -2,7 +2,6 @@
 // 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 (