mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	This updates github.com/matttproud/golang_protobuf_extensions to a released version. There's no significant change in the code itself, and the corresponding tests (which are not vendored) behave better with vgo (see details in #65683).
		
			
				
	
	
		
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all:
 | |
| 
 | |
| cover:
 | |
| 	go test -cover -v -coverprofile=cover.dat ./...
 | |
| 	go tool cover -func cover.dat
 | |
| 
 | |
| .PHONY: cover
 |