Remove legacy +build: constraint (#19582)
				
					
				
			Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
This commit is contained in:
		
							parent
							
								
									e2a3f3d259
								
							
						
					
					
						commit
						c18d8d6968
					
				
					 86 changed files with 0 additions and 86 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,6 @@
 | 
			
		|||
// license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
//go:build !bindata
 | 
			
		||||
// +build !bindata
 | 
			
		||||
 | 
			
		||||
package options
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,6 @@
 | 
			
		|||
// license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
//go:build bindata
 | 
			
		||||
// +build bindata
 | 
			
		||||
 | 
			
		||||
package options
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,6 @@
 | 
			
		|||
// license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
//go:build bindata
 | 
			
		||||
// +build bindata
 | 
			
		||||
 | 
			
		||||
package options
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue