mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Fix typo in comment (#709)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user