This file is indexed.

/usr/share/doc/golang-github-getsentry-raven-go-dev/README.md is in golang-github-getsentry-raven-go-dev 0.0~git20150721.0.74c334d-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
# raven [![Build Status](https://travis-ci.org/getsentry/raven-go.png?branch=master)](https://travis-ci.org/getsentry/raven-go)

raven is a Go client for the [Sentry](https://github.com/getsentry/sentry)
event/error logging system.

[**Documentation**](http://godoc.org/github.com/getsentry/raven-go).

## Installation

```text
go get github.com/getsentry/raven-go
```