mirror of
https://github.com/distribution/distribution.git
synced 2026-01-24 14:16:03 +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>