github.com/rogpeppe/juju@v0.0.0-20140613142852-6337964b789e/provider/local/net.go (about) 1 // Copyright 2013 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 package local 4 5 import ( 6 "github.com/juju/utils" 7 ) 8 9 // getAddressForInterface is a variable so we can change the implementation 10 // for testing purposes. 11 var getAddressForInterface = utils.GetAddressForInterface