github.com/makyo/juju@v0.0.0-20160425123129-2608902037e9/juju/sockets/sockets.go (about)

     1  package sockets
     2  
     3  import (
     4  	"github.com/juju/loggo"
     5  	// this is only here so that godeps will produce the right deps on all platforms
     6  	_ "gopkg.in/natefinch/npipe.v2"
     7  )
     8  
     9  var logger = loggo.GetLogger("juju.juju.sockets")