From d8beaec3ffdc234e88710d1c8c292447c9ce32d0 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Mon, 12 Oct 2015 13:01:49 +0200 Subject: [PATCH] Update previous post --- content/posts/2015-10-03-a-makefile-for-golang-cli-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/2015-10-03-a-makefile-for-golang-cli-tools.md b/content/posts/2015-10-03-a-makefile-for-golang-cli-tools.md index afc27c3..966053c 100644 --- a/content/posts/2015-10-03-a-makefile-for-golang-cli-tools.md +++ b/content/posts/2015-10-03-a-makefile-for-golang-cli-tools.md @@ -6,6 +6,8 @@ description = "Golang is very useful for creating command line interfaces. It do slug = "a-makefile-for-golang-cli-tools" +++ +_Note: I've received feedback on this post and written an update, which you can read [here](https://ariejan.net/2015/10/12/building-golang-cli-tools-update/)_ + It's no secret I love the power and simplicity of Go. To further train my skills I wrote a simple app that will roll dice from the command line, because you know, that's very useful.