github.com/reconquest/executil-go@v0.0.0-20181110204642-1f5c2d67813f/multifile.go (about)

     1  package executil
     2  
     3  import "sync"
     4  
     5  type multifile struct {
     6  	sync.Mutex
     7  }