Codebase list golang-github-go-kit-kit / 6a2b457
Satisfy the go vet gods Peter Bourgon 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4646 }
4747 }
4848
49 func ExampleErrOutput() {
49 func ExampleErrorOutput() {
5050 sampleErr := errors.New("oh no, an error")
5151 err := httptransport.Error{Domain: httptransport.DomainDo, Err: sampleErr}
5252 fmt.Println(err)