87a4d73556
… 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>
9 lines
182 B
Go
9 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
|