Add timeout flag
Adds a --timeout
flag to the app context that is passed to the
http.Client
. It defaults to 30s but it can be overridden in Go's
duration format https://golang.org/pkg/time/#ParseDuration.
Closes #63 (closed).
Edited by Jaime Martinez