1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-27 18:55:25 +03:00
traefik/generate.go

10 lines
175 B
Go
Raw Normal View History

2015-09-11 19:47:54 +03:00
/*
Copyright
*/
//go:generate go get github.com/jteeuwen/go-bindata/...
//go:generate rm -vf gen.go
//go:generate go-bindata -o gen.go static/... templates/...
2015-09-11 19:47:54 +03:00
2015-09-12 16:10:03 +03:00
package main