Explore >> Select a destination


You are here

golangbot.com
| | blog.jak-linux.org
11.9 parsecs away

Travel
| | (What follows is an excerpt from my master's thesis, almost all of section 2.1, quickly introducing Go to people familiar with CS) Go is an imperative programming language for concurrent programming created at and mainly developed by Google, initially mostly by Robert Griesemer, Rob Pike, and Ken Thompson. Design of the language started in 2007, and an initial version was released in 2009; with the first stable version, 1.0 released in 2012 1.
| | divan.dev
11.2 parsecs away

Travel
| |
| | www.integralist.co.uk
6.7 parsecs away

Travel
| | I found myself recently trying to recall specific details of how slices work when needing to do something that meant I wanted to not mutate the underlying array data structure of the slice I was working with. Now the reason for why I wanted to do that isn't important. What's motivating this write-up is my want for a good reference document (not saying the official go blog isn't a good reference, but I have my own things I like to focus in on in these situations).
| | hermanschaaf.com
92.2 parsecs away

Travel
| Benchmarks of various approaches