This commit is contained in:
Ariejan de Vroom 2015-10-03 15:23:39 +02:00
parent a31ea5c504
commit 64c3b87e88

View File

@ -3,7 +3,7 @@ date = "2015-10-03"
title = "A makefile for Golang CLI tools" title = "A makefile for Golang CLI tools"
tags = ["golang"] 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." 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 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