1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/static/config.go

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