mirror of
				https://github.com/containous/traefik.git
				synced 2025-10-30 20:24:28 +03:00 
			
		
		
		
	… making it possible to use in other packages ; and thus in the User-Agent header for the docker client. Also removing the dockerverion hack as it's not required anymore. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
		
			
				
	
	
		
			10 lines
		
	
	
		
			182 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			182 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| /*
 | |
| Copyright
 | |
| */
 | |
| 
 | |
| //go:generate rm -vf autogen/gen.go
 | |
| //go:generate mkdir -p static
 | |
| //go:generate go-bindata -pkg autogen -o autogen/gen.go ./static/... ./templates/...
 | |
| 
 | |
| package main
 |