8 lines
85 B
Go
8 lines
85 B
Go
// +build windows
|
|
|
|
package proc
|
|
|
|
func StartProfile() Stopper {
|
|
return noopStopper
|
|
}
|