adelowo / rounder

Roundtripping in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the accompanying code for my blog post on http.RoundTripper in Golang

To run this, go get this repo

$ cd server
$ go build && ./server

Then in another splitted terminal window,

$ cd client
$ go build && ./client

About

Roundtripping in Golang


Languages

Language:Go 100.0%