opencontainers / runtime-spec

OCI Runtime Specification
http://www.opencontainers.org
Apache License 2.0
3.19k stars 541 forks source link

specs-go: add missing deprecation comment for Hooks.Prestart #1232

Closed thaJeztah closed 12 months ago

thaJeztah commented 1 year ago

Hooks.Prestart was deprecated in c1662686cff159595277b79322d0272f5182941b (v1.0.2), but the field did not have a correctly formatted deprecation comment.

This patch updates the field's GoDoc to have a correctly formatted deprecation comment, which will allow linters and IDEs to detect the deprecation status of this feature.