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

Unified Diff: state/state.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/state.go
=== modified file 'state/state.go'
--- state/state.go 2014-05-01 16:57:34 +0000
+++ state/state.go 2014-05-13 04:30:48 +0000
@@ -16,6 +16,7 @@
"strings"
"sync"
+ "github.com/juju/errors"
"github.com/juju/loggo"
"labix.org/v2/mgo"
"labix.org/v2/mgo/bson"
@@ -24,7 +25,6 @@
"launchpad.net/juju-core/charm"
"launchpad.net/juju-core/constraints"
"launchpad.net/juju-core/environs/config"
- "launchpad.net/juju-core/errors"
"launchpad.net/juju-core/names"
"launchpad.net/juju-core/state/api/params"
"launchpad.net/juju-core/state/multiwatcher"

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