Package: golang-github-prometheus-client-model / 0.0.2+git20171117.99fa1f4-1

01-Use_go_generate.patch Patch series | download
1
2
3
4
5
6
7
8
9
Description: Use go generate to avoid depending on special make rules in
    debian/rules; this allows the CI pipeline in salsa to test the package
    properly.
--- /dev/null
+++ b/go/generate.go
@@ -0,0 +1,3 @@
+package io_prometheus_client
+
+//go:generate protoc --proto_path=.. --go_out=. ../metrics.proto