install package
dep ensure
run server
go run server.go
run client
by browser
open http://127.0.0.1:8080 by browser
by commend
go run client.go
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updep ensure
go run server.go
open http://127.0.0.1:8080 by browser
go run client.go