Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Minor updates to readme, including minimum Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 28, 2018
1 parent d24103d commit f04e748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/getsentry/raven-go)](https://goreportcard.com/report/github.com/getsentry/raven-go)
[![GoDoc](https://godoc.org/github.com/getsentry/raven-go?status.svg)](https://godoc.org/github.com/getsentry/raven-go)

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

- [**API Documentation**](https://godoc.org/github.com/getsentry/raven-go)
Expand All @@ -15,3 +15,5 @@ event/error logging system.
```text
go get github.com/getsentry/raven-go
```

Note: Go 1.7 and newer are supported.

0 comments on commit f04e748

Please sign in to comment.