mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 15:33:01 +00:00
9 lines
196 B
Go
9 lines
196 B
Go
/*
|
|
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/...
|
|
|
|
package main |