go-zero/core/proc/profile+polyfill.go

9 lines
104 B
Go
Raw Normal View History

//go:build windows
2020-07-26 17:09:05 +08:00
// +build windows
package proc
func StartProfile() Stopper {
return noopStopper
}