Skip to content

Commit bb50c06

Browse files
Tim Cooperrakyll
Tim Cooper
authored andcommitted
oauth2/internal: remove duplicate package documentation
Fixes golang/go#15855 Change-Id: I71a532a95995fbbfd8a9acd75244537cd05f02f0 Reviewed-on: https://go-review.googlesource.com/66730 Reviewed-by: JBD <[email protected]>
1 parent 13449ad commit bb50c06

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

internal/doc.go

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright 2017 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
// Package internal contains support packages for oauth2 package.
6+
package internal

internal/oauth2.go

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package internal contains support packages for oauth2 package.
65
package internal
76

87
import (

internal/oauth2_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package internal contains support packages for oauth2 package.
65
package internal
76

87
import (

internal/token.go

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package internal contains support packages for oauth2 package.
65
package internal
76

87
import (

internal/token_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package internal contains support packages for oauth2 package.
65
package internal
76

87
import (

internal/transport.go

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package internal contains support packages for oauth2 package.
65
package internal
76

87
import (

0 commit comments

Comments
 (0)