mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
7 lines
89 B
Go
7 lines
89 B
Go
//go:build go1.21
|
|
|
|
package winpowrprof
|
|
|
|
import "runtime"
|
|
|
|
type myPinner = runtime.Pinner
|