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

Unified Diff: environs/configstore/mem.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: environs/configstore/mem.go
=== modified file 'environs/configstore/mem.go'
--- environs/configstore/mem.go 2014-03-27 17:05:00 +0000
+++ environs/configstore/mem.go 2014-05-13 04:30:48 +0000
@@ -7,7 +7,7 @@
"fmt"
"sync"
- "launchpad.net/juju-core/errors"
+ "github.com/juju/errors"
)
type memStore struct {

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