mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	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:
		@@ -15,4 +15,4 @@ limitations under the License.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
// Examples contains sample applications for trying out the concepts in Kubernetes.
 | 
			
		||||
package examples
 | 
			
		||||
package examples // import "k8s.io/kubernetes/examples"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user