mirror of
https://github.com/containous/traefik.git
synced 2025-03-15 02:50:12 +03:00
10 lines
175 B
Go
10 lines
175 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/...
|
|
|
|
package main
|