mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 04:17:38 +03:00
9 lines
111 B
Go
9 lines
111 B
Go
//go:build !windows
|
|
|
|
package windnsapi
|
|
|
|
import "os"
|
|
|
|
func FlushResolverCache() error {
|
|
return os.ErrInvalid
|
|
}
|