From 9b8fa2b67d2bd4daa998e6805466cdde850c4a35 Mon Sep 17 00:00:00 2001 From: dashaus Date: Tue, 23 Aug 2016 15:34:37 +0100 Subject: [PATCH] Update name of language --- realize/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realize/app.go b/realize/app.go index c234f0d..66048ea 100644 --- a/realize/app.go +++ b/realize/app.go @@ -13,7 +13,7 @@ import ( const ( AppName = "Realize" AppVersion = "v1.0" - AppDescription = "A Golang build system with file watchers, output streams and live reload. Run, build and watch file changes with custom paths" + AppDescription = "A Go build system with file watchers, output streams and live reload. Run, build and watch file changes with custom paths" AppFile = "realize.config.yaml" )