From 864ed3063eb335d617025bf3b5f2df00b6859ded Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 18 Sep 2020 11:58:38 +0000 Subject: [PATCH] Update 'content/posts/golang-split-by-space.md' --- content/posts/golang-split-by-space.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/golang-split-by-space.md b/content/posts/golang-split-by-space.md index a46bbed..985cde8 100644 --- a/content/posts/golang-split-by-space.md +++ b/content/posts/golang-split-by-space.md @@ -1,5 +1,5 @@ --- -title: "Split on spaces in Gp" +title: "Split on spaces in Go" date: 2020-09-18 draft: false tags: