opencontainers / go-digest

Common digest package used across the container ecosystem
https://www.opencontainers.org/
Other
184 stars 60 forks source link

fix deprecation of NewDigestFromHex and Digest.Hex #83

Closed thaJeztah closed 1 year ago

thaJeztah commented 1 year ago

Both of these were deprecated in 55f675811a1b915549933c64571fd86b2676ba76 (https://github.com/opencontainers/go-digest/pull/33), but the format of the GoDoc comments didn't follow the correct format, which causes them not being picked up by tools as "deprecated".

This patch:

Also gofmt'd the code (first commit)

thaJeztah commented 1 year ago

@vbatts @AkihiroSuda @stevvooe ptal