1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-15 02:50:12 +03:00
traefik/generate.go

10 lines
197 B
Go
Raw Permalink Normal View History

2015-09-11 18:47:54 +02: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/... providerTemplates/...
2015-09-12 15:10:03 +02:00
package main