diff --git a/pkg/download/protocol.go b/pkg/download/protocol.go index b9ceb9de..901cb5e0 100644 --- a/pkg/download/protocol.go +++ b/pkg/download/protocol.go @@ -29,7 +29,7 @@ type Protocol interface { Zip(ctx context.Context, mod, ver string) (io.ReadCloser, error) } -// Wrapper helps extend the main stasher's functionality with addons. +// Wrapper helps extend the main protocol's functionality with addons. type Wrapper func(Protocol) Protocol // Opts specifies download protocol options to avoid long func signature.