github.com/ssube/gitlab-ci-multi-runner@v1.2.1-0.20160607142738-b8d1285632e6/helpers/reaper_unix.go (about)

     1  // +build darwin dragonfly freebsd linux netbsd openbsd
     2  
     3  package helpers
     4  
     5  import "github.com/ramr/go-reaper"
     6  
     7  func Reap() {
     8  	reaper.Reap()
     9  }