1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-17 12:06:50 +02:00

fix: improved defaulter documentation

As suggested by @jorin
This commit is contained in:
Carlos Alexandro Becker 2017-12-02 22:00:26 -02:00 committed by Carlos Alexandro Becker
parent eb19e2b5d9
commit 2b42a7346f

View File

@ -6,7 +6,8 @@ import (
"github.com/goreleaser/goreleaser/context" "github.com/goreleaser/goreleaser/context"
) )
// Defaulter interface // Defaulter can be implemented by a Piper to set default values for its
// configuration.
type Defaulter interface { type Defaulter interface {
fmt.Stringer fmt.Stringer