From a83e006f8d1694118920b631be47e6d079c2164f Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Fri, 30 Mar 2018 22:26:31 -0700 Subject: [PATCH] Documentation done, and Readme annotated with the appropriate links. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 314124c..0e0627f 100644 --- a/README.md +++ b/README.md @@ -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