🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
Hello. i want to download this module. but i cant.
$ go get -u -v github.com/Allenxuxu/gev
github.com/Allenxuxu/gev/connection
github.com/Allenxuxu/gev/connection
/home/m_parsa/go/pkg/mod/github.com/!allenxuxu/gev@v0.1.9/connection/connection.go:65:31: cannot use int(time.Now().Unix()) (type int) as type int64 in argument to conn.activeTime.Swap
/home/m_parsa/go/pkg/mod/github.com/!allenxuxu/gev@v0.1.9/connection/connection.go:137:28: cannot use int(time.Now().Unix()) (type int) as type int64 in argument to c.activeTime.Swap
$ go version
go version go1.16 linux/amd64
Hello. i want to download this module. but i cant.
Please help me. thanks