mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-11 13:11:03 +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
|
||
|
}
|