From 64c3b87e889ba27eb7c9a439837c8aff8aedd0d6 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Sat, 3 Oct 2015 15:23:39 +0200 Subject: [PATCH] Fix slug --- content/posts/2015-10-03-a-makefile-for-golang-cli-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1fd4502..afc27c3 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 @@ -3,7 +3,7 @@ date = "2015-10-03" title = "A makefile for Golang CLI tools" tags = ["golang"] description = "Golang is very useful for creating command line interfaces. It does get complicated when you also want to set variables at compile time. I've made a Makefile for that." -slug = "a-makefile-for-golang-clie-tools" +slug = "a-makefile-for-golang-cli-tools" +++ 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