shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

master code build error

zhoubowen-sky opened this issue · comments

commented

Describe the bug
run go get -u -v github.com/shadowsocks/go-shadowsocks2 error:

go/src/github.com/shadowsocks/go-shadowsocks2/tcp.go:159:37: undefined: os.ErrDeadlineExceeded
go/src/github.com/shadowsocks/go-shadowsocks2/tcp.go:162:35: undefined: os.ErrDeadlineExceeded

[root@VM-0-2-centos ~]# go version
go version go1.14.12 linux/amd64