Skip to content

Commit d814416

Browse files
committed
update package description (pkg#24)
1 parent 01fff4b commit d814416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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)
22

3-
Package errors implements functions for manipulating errors.
3+
Package errors provides simple error handling primitives.
44

55
The traditional error handling idiom in Go is roughly akin to
66
```go

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package errors implements functions for manipulating errors.
1+
// Package errors provides simple error handling primitives.
22
//
33
// The traditional error handling idiom in Go is roughly akin to
44
//

0 commit comments

Comments
 (0)