github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/juju/sockets/sockets.go (about)

     1  // Copyright 2014 Canonical Ltd.
     2  // Copyright 2014 Cloudbase Solutions SRL
     3  // Licensed under the AGPLv3, see LICENCE file for details.
     4  
     5  package sockets
     6  
     7  import (
     8  	"github.com/juju/loggo"
     9  	// this is only here so that godeps will produce the right deps on all platforms
    10  	_ "gopkg.in/natefinch/npipe.v2"
    11  )
    12  
    13  var logger = loggo.GetLogger("juju.juju.sockets")