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

Unified Diff: provider/azure/instancetype.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: provider/azure/instancetype.go
=== modified file 'provider/azure/instancetype.go'
--- provider/azure/instancetype.go 2014-04-14 12:36:13 +0000
+++ provider/azure/instancetype.go 2014-05-13 04:30:48 +0000
@@ -7,13 +7,13 @@
"fmt"
"sort"
+ "github.com/juju/errors"
"launchpad.net/gwacl"
"launchpad.net/juju-core/constraints"
"launchpad.net/juju-core/environs/imagemetadata"
"launchpad.net/juju-core/environs/instances"
"launchpad.net/juju-core/environs/simplestreams"
- "launchpad.net/juju-core/errors"
)
// preferredTypes is a list of machine types, in order of preference so that

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