You've already forked apache_exporter
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:
1
vendor/github.com/golang/protobuf/proto/decode.go
generated
vendored
1
vendor/github.com/golang/protobuf/proto/decode.go
generated
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user