File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
55The traditional error handling idiom in Go is roughly akin to
66``` go
Original file line number Diff line number Diff line change 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//
You can’t perform that action at this time.
0 commit comments