Explore >> Select a destination


You are here

www.sethvargo.com
| | mariocarrion.com
7.9 parsecs away

Travel
| | No language changes but really nice additions.
| | mko.re
8.4 parsecs away

Travel
| |
| | pagefault.se
14.1 parsecs away

Travel
| | At work I program almost exclusively in Go (sometimes I need to step in and to some javascript, typscript and, shudders perl...). If I want to compare two values I simply pull out the trusty old == operator. Sure for slices and maps you can't use that, but fortunately since 1.23 we can just use the slices.Equal and maps.Equal functions. In go == is the catch-all (or catch-90%) when you need to know if two values are equal.
| | sergioprado.blog
90.5 parsecs away

Travel
| In this article, we will deep dive into the major concepts behind random numbers and learn how to work with them on a Linux system.