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

changing jianyuan to samsarahq #2

Merged
merged 1 commit into from
Oct 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# go-sentry [![CircleCI](https://circleci.com/gh/jianyuan/go-sentry/tree/master.svg?style=svg)](https://circleci.com/gh/jianyuan/go-sentry/tree/master) [![GoDoc](https://godoc.org/github.com/jianyuan/go-sentry/sentry?status.svg)](https://godoc.org/github.com/jianyuan/go-sentry/sentry)
Go library for accessing the [Sentry Web API](https://docs.sentry.io/api/).
Note: this is a fork of github.com/jianyuan/go-sentry/sentry

## Install
```sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jianyuan/go-sentry
module github.com/samsarahq/go-sentry

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down