1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00

10 lines
193 B
Go
Raw Normal View History

// Package static contains static "text" files.
package static
import _ "embed"
// ExampleConfig is the config used within goreleaser init.
//
//go:embed config.yaml
var ExampleConfig []byte