From 2fdb8977000f739ebb445b44850db5103b43f6f9 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 5 Sep 2014 17:09:44 -0600 Subject: [PATCH] Fix the golang link in the proper file, properly --- golang/README-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang/README-content.md b/golang/README-content.md index 74931c412..c5e1b437c 100644 --- a/golang/README-content.md +++ b/golang/README-content.md @@ -1,7 +1,7 @@ # What is Go? Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library. -> [http://en.wikipedia.org/wiki/Go_(programming_language)] +> [wikipedia.org/wiki/Go_(programming_language)](http://en.wikipedia.org/wiki/Go_(programming_language)) # How to use this image