This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a struct to provide build info (#1288)
* Move buildinfo pkg out of internal. Intended to share this module with verification server. * Run goimports over modified files. * Update additional import paths. * Also remove an unused module. * Update build.yaml with the new package location. * Update variable names in buildinfo and have a struct to export these values. * Remove unused file. * Remove unused interface. * Fix build error. * Only export a KeyServer variable instead of a struct. * Revert most of the changes and only add a new public variable.
- Loading branch information