Tips on Maps & Errors

Useful tips and tricks for programming in Go.

Sets

You might want to find a way to extract unique value from a collection. In other languages, you often have a set data structure not allowing duplicates. Go doesn’t have that built in, however it’s not too hard to implement (due to a lack of generics, you do need to do that for most types, which can be cumbersome).

Get hands-on with 1200+ tech skills courses.