Skip to content

Commit

Permalink
docs: update godoc tag (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
morningvera authored Apr 27, 2022
1 parent 87aaf60 commit a946296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![GoDoc][doc-img]][doc] [![Build][ci-img]][ci] [![GoReport][report-img]][report] [![Coverage Status][cov-img]][cov]

Package `eris` is an error handling library with readable stack traces and JSON formatting support.
Package `eris` is an error handling library with readable stack traces and flexible formatting support.

`go get github.com/rotisserie/eris`

Expand Down
2 changes: 1 addition & 1 deletion eris.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package eris provides a better way to handle, trace, and log errors in Go.
// Package eris is an error handling library with readable stack traces and flexible formatting support.
package eris

import (
Expand Down

0 comments on commit a946296

Please sign in to comment.