mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-03 23:15:18 +00:00
10 lines
122 B
Go
10 lines
122 B
Go
// +build !android
|
|
|
|
package main
|
|
|
|
import "syscall"
|
|
|
|
func protector(string, string, syscall.RawConn) error {
|
|
return nil
|
|
}
|