grafana/vendor/gopkg.in/bufio.v1
Carl Bergquist 68f5ddf18c
replace dep with go modules (#16017)
- guide shamelessly stolen from prometheus/prometheus
- updates local interface of oauth exchange
- updates local impl of hclogger
- bump jaeger client version

closes #16088
2019-04-16 12:00:55 +02:00
..
buffer.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
bufio.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
LICENSE tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
Makefile replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
README.md replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00

bufio

This is a fork of the http://golang.org/pkg/bufio/ package. It adds ReadN method that allows reading next n bytes from the internal buffer without allocating intermediate buffer. This method works just like the Buffer.Next method, but has slightly different signature.