github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/network/configure_notlinux.go (about) 1 // +build !linux 2 3 package network 4 5 import "github.com/pivotal-golang/lager" 6 7 func NewConfigurer(log lager.Logger) Configurer { 8 panic("not supported on this OS") 9 }