mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-14 13:16:54 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
8 lines
96 B
Go
8 lines
96 B
Go
package foo
|
|
|
|
import "github.com/gobuffalo/packr"
|
|
|
|
func init() {
|
|
packr.NewBox("../templates")
|
|
}
|