- Rename project to ghstatus.
- Introduce
Client
type that allows to configure a customhttp.Client
and service URL. - Set lower HTTP timeout in CLI tool.
- Use
http.FileServer
for testing rather than re-implementing it. - Replace scripts with
Makefile
.
Client
type that allows to configure a custom http.Client
and service URL.http.FileServer
for testing rather than re-implementing it.Makefile
.