dustin/metricspi/pipeline/pr-master Something is wrong with the build of this commitDetails
Switching from the `golang-package` macro to the `generic-package` macro
in order to make use of upstream's makefiles. This will ensure that the
correct flags are passed to the Go compiler, especially those related to
embedding the version string in the binary. Without this, the
`vm_app_version` metrics exposed by each application will be empty.
There's no reason for these to be separate packages. They come from the
same source tree, so having a single package makes more sense. I only
separated them originally because I wasn't sure exactly how to express
the proper options in the kconfig language.