mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	* Changes to make vendored packages accept new home. * Fix go2idl to import vendored packages.
		
			
				
	
	
		
			28 lines
		
	
	
		
			337 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			337 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // 
 | |
| PACKAGE error2
 | |
| 
 | |
| IMPORTPATH
 | |
| 	testdata/error2
 | |
| 
 | |
| FILENAMES
 | |
| 	testdata/error2.go
 | |
| 
 | |
| TYPES
 | |
| 	// 
 | |
| 	type I0 interface {
 | |
| 		// contains filtered or unexported methods
 | |
| 	}
 | |
| 
 | |
| 	// 
 | |
| 	type S0 struct {
 | |
| 		// contains filtered or unexported fields
 | |
| 	}
 | |
| 
 | |
| 	// 
 | |
| 	type T0 struct {
 | |
| 		ExportedField interface {
 | |
| 			// contains filtered or unexported methods
 | |
| 		}
 | |
| 	}
 | |
| 
 |