Use Go canonical import paths
Add canonical imports only in existing doc.go files. https://golang.org/doc/go1.4#canonicalimports Fixes #29014
This commit is contained in:
@@ -17,4 +17,4 @@ limitations under the License.
|
||||
// Package controllermanager is largely a clone of the upstream implementation,
|
||||
// with additional functionality to select between stock or a customized
|
||||
// endpoints controller.
|
||||
package controllermanager
|
||||
package controllermanager // import "k8s.io/kubernetes/contrib/mesos/pkg/controllermanager"
|
||||
|
||||
Reference in New Issue
Block a user