github.com/secure-build/gitlab-runner@v12.5.0+incompatible/log/dump_windows.go (about)

     1  package log
     2  
     3  import (
     4  	"github.com/sirupsen/logrus"
     5  )
     6  
     7  func watchForGoroutinesDump(logger *logrus.Logger, stopCh chan bool) (chan bool, chan bool) {
     8  	return nil, nil
     9  }