diff --git a/discovery/doc.go b/discovery/doc.go index 76495588..6baa1ef2 100644 --- a/discovery/doc.go +++ b/discovery/doc.go @@ -16,4 +16,4 @@ limitations under the License. // Package discovery provides ways to discover server-supported // API groups, versions and resources. -package discovery +package discovery // import "k8s.io/client-go/discovery" diff --git a/scale/doc.go b/scale/doc.go index 59fd3914..b6fa3f5f 100644 --- a/scale/doc.go +++ b/scale/doc.go @@ -18,4 +18,4 @@ limitations under the License. // and updating Scale for any resource which implements the `scale` subresource, // as long as that subresource operates on a version of scale convertable to // autoscaling.Scale. -package scale +package scale // import "k8s.io/client-go/scale" diff --git a/util/workqueue/doc.go b/util/workqueue/doc.go index 2a00c74a..a5c976e0 100644 --- a/util/workqueue/doc.go +++ b/util/workqueue/doc.go @@ -23,4 +23,4 @@ limitations under the License. // * Multiple consumers and producers. In particular, it is allowed for an // item to be reenqueued while it is being processed. // * Shutdown notifications. -package workqueue +package workqueue // import "k8s.io/client-go/util/workqueue"