github.com/lingyao2333/mo-zero@v1.4.1/core/proc/goroutines+polyfill.go (about) 1 //go:build windows 2 // +build windows 3 4 package proc 5 6 func dumpGoroutines() { 7 }