veraison / go-cose

go library for CBOR Object Signing and Encryption (COSE)
Mozilla Public License 2.0
49 stars 26 forks source link

Rewrite interface{} to any #162

Closed qmuntal closed 1 year ago

qmuntal commented 1 year ago

Using any instead of interface{} makes the code cleaner.

Command: gofmt -w -r "interface{} -> any" .

qmuntal commented 1 year ago

@yogeshbdeshpande PTAL