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

8 lines
85 B
Go
Raw Normal View History

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