github.com/geofffranks/garden-linux@v0.0.0-20160715111146-26c893169cfa/network/configure_notlinux.go (about)

     1  // +build !linux
     2  
     3  package network
     4  
     5  import "code.cloudfoundry.org/lager"
     6  
     7  func NewConfigurer(log lager.Logger) Configurer {
     8  	panic("not supported on this OS")
     9  }