You've already forked go-digest
mirror of
https://github.com/opencontainers/go-digest.git
synced 2025-07-28 13:21:56 +03:00
Fix small lint and unit test issues
Pull request ci was not running and caused these minor issues to not be caught. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
@ -79,7 +79,7 @@ func (a *Algorithm) Set(value string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// New returns a new digester for the specified algorithm. If the algorithm
|
||||
// Digester returns a new digester for the specified algorithm. If the algorithm
|
||||
// does not have a digester implementation, nil will be returned. This can be
|
||||
// checked by calling Available before calling New.
|
||||
func (a Algorithm) Digester() Digester {
|
||||
|
Reference in New Issue
Block a user