Documentation done, and Readme annotated with the appropriate links.

This commit is contained in:
Elf M. Sternberg 2018-03-30 22:26:31 -07:00
parent 0237bc1d8a
commit a83e006f8d
1 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,10 @@ single parameter either via GET or POST to specify the timezone from
which the client wants the time.
This repository exists as a supplement to my tutorial,
[Adding Command Line Arguments to Go-Swagger](TK:), in which I do
exactly that.
[Adding Command Line Arguments to Go Swagger Microservices](http://www.elfsternberg.com/2018/03/30/writing-microservice-swagger-part-3-adding-command-line-arguments/),
in which I show how to do exactly that, by providing a dynamic way to
configure the default timezone at server start-up, via the CLI or an
environment variable.
# Status