mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
fix: improved defaulter documentation
As suggested by @jorin
This commit is contained in:
parent
eb19e2b5d9
commit
2b42a7346f
@ -6,7 +6,8 @@ import (
|
||||
"github.com/goreleaser/goreleaser/context"
|
||||
)
|
||||
|
||||
// Defaulter interface
|
||||
// Defaulter can be implemented by a Piper to set default values for its
|
||||
// configuration.
|
||||
type Defaulter interface {
|
||||
fmt.Stringer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user