github.com/windmeup/goreleaser@v1.21.95/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