mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +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 |