client_golang/prometheus/promhttp
Karsten Weiss d7590aab3c Fix three shadow variable warnings (govet -shadow)
Fixes:
http.go:118: declaration of "part" shadows declaration at http.go:117
http_test.go:50: declaration of "respBody" shadows declaration at http_test.go:25
promhttp/http.go:305: declaration of "part" shadows declaration at promhttp/http.go:304

Signed-off-by: Karsten Weiss <knweiss@gmail.com>
2018-04-13 23:25:14 +02:00
..
delegator.go Fix more interface upgrade bugs 2018-02-02 15:53:28 +01:00
delegator_1_8.go Fix more interface upgrade bugs 2018-02-02 15:53:28 +01:00
delegator_pre_1_8.go promhttp: Bite the bullet and implement all 32 possible interface combos 2017-06-02 19:03:08 +02:00
http.go Fix three shadow variable warnings (govet -shadow) 2018-04-13 23:25:14 +02:00
http_test.go Fix typos 2018-04-13 23:23:52 +02:00
instrument_client.go Minor doc comment fix 2018-01-11 16:59:30 +01:00
instrument_client_1_8.go promhttp: fix DNSDone should call Done, not Start (#395) 2018-03-28 15:04:30 +02:00
instrument_client_1_8_test.go Improve promhttp tests 2017-05-10 19:49:36 +02:00
instrument_server.go Take into account curried labels in promhttp 2017-12-24 14:39:06 +01:00
instrument_server_test.go Add test to expose interface upgrade bug 2018-02-02 15:50:46 +01:00