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

Unified Diff: instance/address_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 | « errors/errors_test.go ('k') | instance/container.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: instance/address_test.go
=== modified file 'instance/address_test.go'
--- instance/address_test.go 2013-10-03 10:38:06 +0000
+++ instance/address_test.go 2014-03-03 12:02:05 +0000
@@ -4,9 +4,9 @@
package instance
import (
- "errors"
"net"
+ "github.com/juju/errgo/errors"
gc "launchpad.net/gocheck"
"launchpad.net/juju-core/testing/testbase"
« no previous file with comments | « errors/errors_test.go ('k') | instance/container.go » ('j') | no next file with comments »

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