github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/integration/runner/tmpfs_mounter_notlinux.go (about)

     1  // +build !linux
     2  
     3  package runner
     4  
     5  func MustMountTmpfs(destination string) {
     6  	panic("not supported")
     7  }