Fix: static check

This commit is contained in:
gVisor bot 2020-11-19 00:56:36 +08:00
parent 9c80233034
commit 00ecdf0afc

View File

@ -8,5 +8,5 @@ import (
) )
func setsockopt(rc syscall.RawConn, addr string) error { func setsockopt(rc syscall.RawConn, addr string) error {
return errors.New("Not supported on current platform") return errors.New("not supported on current platform")
} }