Golang Recipes
This covers how to perform some common operations in Golang.
SubPages
- Very Basic Recipes: Ternary, working with strings and streams, etc.
- Working with Types: Checking variables types and acting accordingly.
- Sorting Slices: How to sort a slice and do a binary search.
- Working with Files: Working with files.
- Creating Unit Tests: How to create unit tests by various forms.
- Errors and Panics: Working with errors, panics, and recovery.
- Golang Collections: Recipes for working with data collections.
- Unfinished Recipes: The loose ends, my todo list.