mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-23 08:20:26 +00:00
8 lines
101 B
Go
8 lines
101 B
Go
//go:build !badlinkname
|
|
|
|
package runtimeinfo
|
|
|
|
func collectBufferPools() []PoolReport {
|
|
return nil
|
|
}
|