Skip to content

Commit 35879a8

Browse files
XenoPhexmmb
authored andcommitted
godoc warning people not to import these packages
[finishes #135458633] Signed-off-by: Matthew Boedicker <[email protected]>
1 parent 00462a1 commit 35879a8

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

command/common/godoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Package common should not be imported by external consumers. It was not
2+
// designed for external use.
3+
package common

command/flag/godoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Package flag should not be imported by external consumers. It was not
2+
// designed for external use.
3+
package flag

command/godoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Package command should not be imported by external consumers. It was not
2+
// designed for external use.
3+
package command

command/v2/godoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Package v2 should not be imported by external consumers. It was not designed
2+
// for external use.
3+
package v2

command/v2/shared/godoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Package shared should not be imported by external consumers. It was not
2+
// designed for external use.
3+
package shared

command/v3/godoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Package v3 should not be imported by external consumers. It was not designed
2+
// for external use.
3+
package v3

command/v3/shared/godoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Package shared should not be imported by external consumers. It was not
2+
// designed for external use.
3+
package shared

0 commit comments

Comments
 (0)