You are here |
www.sethvargo.com | ||
| | | |
mariocarrion.com
|
|
| | | | No language changes but really nice additions. | |
| | | |
mko.re
|
|
| | | | ||
| | | |
pagefault.se
|
|
| | | | 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
|
|
| | 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. |