mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-22 07:56:53 +00:00
8 lines
104 B
Go
8 lines
104 B
Go
//go:build !badlinkname
|
|
|
|
package runtimeinfo
|
|
|
|
func collectGoroutines() *GoroutineReport {
|
|
return nil
|
|
}
|