Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: worker/simpleworker_test.go

Issue 70770043: all: use errgo instead of fmt.Errorf
Patch Set: all: use errgo instead of fmt.Errorf Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « worker/runner_test.go ('k') | worker/stringsworker_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/simpleworker_test.go
=== modified file 'worker/simpleworker_test.go'
--- worker/simpleworker_test.go 2014-02-24 19:26:22 +0000
+++ worker/simpleworker_test.go 2014-03-03 12:02:05 +0000
@@ -4,8 +4,7 @@
package worker
import (
- "errors"
-
+ "github.com/juju/errgo/errors"
gc "launchpad.net/gocheck"
"launchpad.net/juju-core/testing/testbase"
« no previous file with comments | « worker/runner_test.go ('k') | worker/stringsworker_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b