Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
update package description (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecheney committed May 10, 2016
1 parent 01fff4b commit d814416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# errors [![Travis-CI](https://travis-ci.org/pkg/errors.svg)](https://travis-ci.org/pkg/errors) [![GoDoc](https://godoc.org/github.com/pkg/errors?status.svg)](http://godoc.org/github.com/pkg/errors) [![Report card](https://goreportcard.com/badge/github.com/pkg/errors)](https://goreportcard.com/report/github.com/pkg/errors)

Package errors implements functions for manipulating errors.
Package errors provides simple error handling primitives.

The traditional error handling idiom in Go is roughly akin to
```go
Expand Down
2 changes: 1 addition & 1 deletion errors.go
@@ -1,4 +1,4 @@
// Package errors implements functions for manipulating errors.
// Package errors provides simple error handling primitives.
//
// The traditional error handling idiom in Go is roughly akin to
//
Expand Down

0 comments on commit d814416

Please sign in to comment.