~jameinel/juju-core/api-rpc-reflect-version

« back to all changes in this revision

Viewing changes to state/cleanup.go

  • Committer: John Arbash Meinel
  • Date: 2014-05-16 11:52:07 UTC
  • mfrom: (2720.1.2 typed-registry)
  • Revision ID: john@arbash-meinel.com-20140516115207-amsasg11cynqtofg
merge typed-registry, bringing it trunk and switch to github.com/juju/errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import (
4
4
        "fmt"
5
5
 
 
6
        "github.com/juju/errors"
6
7
        "labix.org/v2/mgo/bson"
7
8
        "labix.org/v2/mgo/txn"
8
 
 
9
 
        "launchpad.net/juju-core/errors"
10
9
)
11
10
 
12
11
// cleanupDoc represents a potentially large set of documents that should be