mirror of
https://github.com/containous/traefik.git
synced 2025-01-07 17:17:53 +03:00
10 lines
197 B
Go
10 lines
197 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
|