initial import
This commit is contained in:
7
core/proc/profile+polyfill.go
Normal file
7
core/proc/profile+polyfill.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build windows
|
||||
|
||||
package proc
|
||||
|
||||
func StartProfile() Stopper {
|
||||
return noopStopper
|
||||
}
|
||||
Reference in New Issue
Block a user