mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	vendor: update buildkit v0.14-dev version 549891b
Brings in formatter for lint requests. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/github.com/golang/protobuf/protoc-gen-go/main.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/golang/protobuf/protoc-gen-go/main.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -5,17 +5,21 @@
 | 
			
		||||
// protoc-gen-go is a plugin for the Google protocol buffer compiler to generate
 | 
			
		||||
// Go code. Install it by building this program and making it accessible within
 | 
			
		||||
// your PATH with the name:
 | 
			
		||||
//
 | 
			
		||||
//	protoc-gen-go
 | 
			
		||||
//
 | 
			
		||||
// The 'go' suffix becomes part of the argument for the protocol compiler,
 | 
			
		||||
// such that it can be invoked as:
 | 
			
		||||
//
 | 
			
		||||
//	protoc --go_out=paths=source_relative:. path/to/file.proto
 | 
			
		||||
//
 | 
			
		||||
// This generates Go bindings for the protocol buffer defined by file.proto.
 | 
			
		||||
// With that input, the output will be written to:
 | 
			
		||||
//
 | 
			
		||||
//	path/to/file.pb.go
 | 
			
		||||
//
 | 
			
		||||
// See the README and documentation for protocol buffers to learn more:
 | 
			
		||||
//
 | 
			
		||||
//	https://developers.google.com/protocol-buffers/
 | 
			
		||||
package main
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user