Cloak/cmd/ck-client/protector.go

10 lines
122 B
Go
Raw Normal View History

2018-10-07 17:09:45 +00:00
// +build !android
package main
import "syscall"
func protector(string, string, syscall.RawConn) error {
return nil
}