mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 15:33:01 +00:00
10 lines
259 B
Go
10 lines
259 B
Go
/*
|
|
Copyright
|
|
*/
|
|
|
|
//go:generate go get github.com/jteeuwen/go-bindata/...
|
|
//go:generate go get github.com/elazarl/go-bindata-assetfs/...
|
|
//go:generate rm -vf gen.go
|
|
//go:generate go-bindata -o gen.go static/... templates/... providerTemplates/...
|
|
|
|
package main |