Skip to content

Commit 90bbd98

Browse files
committed
added travis build status and GoDoc reference link
1 parent 5273488 commit 90bbd98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ This is a drop-in replacement for the standard [Go](http://golang.org) package w
44

55
## Maturity
66

7+
[![Build Status](https://travis-ci.org/agext/errors.svg?branch=master)](https://travis-ci.org/agext/errors)
8+
79
Stable: no known bugs or performance issues.
810

911
## Overview
1012

13+
[![GoDoc](https://godoc.org/github.com/agext/errors?status.png)](https://godoc.org/github.com/agext/errors)
14+
1115
If you need to retain more information about an error message than a single string allows, just substitute this package for the one in the standard library.
1216

1317
The `New` function still accepts a single string as argument, so no code will be broken. Where you need to include additional information, you can provide it to `New` in a `Desc` structure instead of the string, or you can add it to the error message using one of its setter methods.

0 commit comments

Comments
 (0)