~ubuntu-branches/ubuntu/trusty/juju-core/trusty-proposed

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/utils/fslock/fslock.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-03 09:22:46 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20140203092246-e03vg402vztzo4qa
Tags: 1.17.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        "regexp"
21
21
        "time"
22
22
 
23
 
        "launchpad.net/loggo"
 
23
        "github.com/loggo/loggo"
24
24
 
25
25
        "launchpad.net/juju-core/utils"
26
26
)