This file is indexed.

/usr/share/doc/golang-rrd-dev/README.md is in golang-rrd-dev 0.0~git20131112-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# Go (golang) Bindings for rrdtool C library (rrdtool)

This package implements [Go](http://golang.org) (golang) bindings for the [rrdtool](http://oss.oetiker.ch/rrdtool/) C API.

## Installing

rrd currently supports rrdtool-1.4.x

Install rrd with:

    go get github.com/ziutek/rrd

## Usage

See [GoDoc](http://godoc.org/github.com/ziutek/rrd) for documentation.

## Example 
See [rrd_test.go](https://github.com/ziutek/rrd/blob/master/rrd_test.go) for an example of using this package.