~cmars/juju-core/cs-httpauth-feedback

« back to all changes in this revision

Viewing changes to state/unit.go

  • Committer: Casey Marshall
  • Date: 2014-03-12 20:14:44 UTC
  • mfrom: (2378.1.32 juju-core)
  • Revision ID: cmars@cmarstech.com-20140312201444-2borsnsf0w6x2ec5
Merged:  Ian Booth 2014-03-12 [merge] [r=dimitern],[bug=1290684] Ensure agentconfig datadir is not empty

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        "fmt"
9
9
        "time"
10
10
 
11
 
        "github.com/loggo/loggo"
 
11
        "github.com/juju/loggo"
12
12
        "labix.org/v2/mgo"
13
13
        "labix.org/v2/mgo/bson"
14
14
        "labix.org/v2/mgo/txn"