mirror of
https://github.com/distribution/distribution.git
synced 2025-09-21 11:09:15 +00:00
Future-proof the version package's exported interface by only making the data available through getter functions. This affords us the flexibility to e.g. implement them in terms of "runtime/debug".ReadBuildInfo() in the future. Signed-off-by: Cory Snider <csnider@mirantis.com>