~rogpeppe/juju-core/axwalk-lp1300889-disable-mongo-keyfile

« back to all changes in this revision

Viewing changes to utils/trivial.go

  • Committer: John Arbash Meinel
  • Date: 2013-07-09 10:32:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1416.
  • Revision ID: john@arbash-meinel.com-20130709103223-btvyjm8gfe2mi1h8
Start changing the imports of the middle level files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        "errors"
10
10
        "fmt"
11
11
        "io/ioutil"
12
 
        "launchpad.net/goyaml"
13
12
        "os"
14
13
        "strings"
 
14
 
 
15
        "launchpad.net/goyaml"
15
16
)
16
17
 
17
18
// WriteYaml marshals obj as yaml and then writes it to a file, atomically,