Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 548 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 548 Bytes

gpool_example

show how to use gpool.

.
|-- cmd
|   |-- client                      //client main
|   |   `-- client.go              
|   `-- server                      //server main 
|       `-- server.go
|-- dial
|   |-- connection.go               //connection item 
|   `-- dial.go                     //pool 
|-- general.toml                    //config file 
|-- go.mod
`-- go.sum

build

go build ./cmd/client/
go build ./cmd/server/
./server
# open another terminal
./client