mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
10 lines
158 B
Go
10 lines
158 B
Go
//go:build !linux
|
|
|
|
package protect_server
|
|
|
|
import "log"
|
|
|
|
func ServeProtect(path string, fwmark int) {
|
|
log.Println("ServeProtect is not for this platform")
|
|
}
|