google / go-sev-guest

go-sev-guest offers a library to wrap the /dev/sev-guest device in Linux, as well as a library for attestation verification of fundamental components of an attestation report.
Apache License 2.0
52 stars 19 forks source link

deprecate functions to be removed #100

Closed katexochen closed 9 months ago

katexochen commented 9 months ago

Last release announced upcoming removal of a set of functions from this module. However, those functions are not marked as deprecated in a way that common Go tooling can detect it.

from https://go.dev/blog/godoc:

To signal that an identifier should not be used, add a paragraph to its doc comment that begins with "Deprecated:" followed by some information about the deprecation.

deeglaze commented 9 months ago

Thanks for the report!