github.com/goreleaser/goreleaser@v1.25.1/internal/static/config.go (about) 1 // Package static contains static "text" files. 2 package static 3 4 import _ "embed" 5 6 // ExampleConfig is the config used within goreleaser init. 7 // 8 //go:embed config.yaml 9 var ExampleConfig []byte