package
0.0.0-20230403020409-002cfd2e2a90
Repository: https://github.com/iceber/iouring-go.git
Documentation: pkg.go.dev
# README
echo
go build server.go
go build client.go
run server
./server <host:port>
run client
./client <host:port> <msg>