1
0
mirror of https://github.com/Lusitaniae/apache_exporter.git synced 2025-07-29 00:41:59 +03:00

Add the updated vendor directory

This commit is contained in:
Rajat Vig
2019-07-09 16:49:31 -07:00
parent 79a075c59a
commit a7848780e7
282 changed files with 38107 additions and 9400 deletions

View File

@ -186,7 +186,6 @@ func (p *Buffer) DecodeVarint() (x uint64, err error) {
if b&0x80 == 0 {
goto done
}
// x -= 0x80 << 63 // Always zero.
return 0, errOverflow