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

8 lines
86 B
Go
Raw Normal View History

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