Explore >> Select a destination


You are here

damienradtke.com
| | antonz.org
4.0 parsecs away

Travel
| | Weak pointers, faster maps, directory-scoped access, and more.
| | darrenparkinson.uk
4.1 parsecs away

Travel
| | Using the Cisco Webex Meetings XML APIs
| | hjr265.me
3.4 parsecs away

Travel
| | Concurrency is one of the central features of Go. And, to build concurrent programs in Go, you need goroutines. A goroutine is like a thread, but lighter. Much lighter. And, like any other built-in feature of Go, using it is dead simple: 1 2 3 4 5 6 7 package main func main() { go func() { println("Hello World") // Print "Hello World" from a different goroutine. }() } Wait. That didn't print anything.
| | deno.land
23.6 parsecs away

Travel
| A brief history of the internet explaining why building for the edge is faster, more secure, and easier than ever.