github.com/hduhelp/go-zero@v1.4.3/core/proc/profile+polyfill.go (about) 1 //go:build windows 2 // +build windows 3 4 package proc 5 6 func StartProfile() Stopper { 7 return noopStopper 8 }