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

Unified Diff: state/watcher.go

Issue 93410043: Extract errors package to github.com/juju/errors
Patch Set: Created 9 years, 10 months 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
Index: state/watcher.go
=== modified file 'state/watcher.go'
--- state/watcher.go 2014-04-30 23:18:40 +0000
+++ state/watcher.go 2014-05-13 04:30:48 +0000
@@ -9,13 +9,13 @@
"strings"
"time"
+ "github.com/juju/errors"
"github.com/juju/loggo"
"labix.org/v2/mgo"
"labix.org/v2/mgo/bson"
"launchpad.net/tomb"
"launchpad.net/juju-core/environs/config"
- "launchpad.net/juju-core/errors"
"launchpad.net/juju-core/instance"
"launchpad.net/juju-core/names"
"launchpad.net/juju-core/state/api/params"

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