- Short topics introducing:
- Functions
- Error handling
- Arrays
- Maps
- Unit testing
- Compiling
- Basic of writing a RESTful web service API with Gin web framework
With generics, you can declare and use functions or types thar are written to work with any of a set of types provided by calling code.
Introduction of the basics of fuzzing in Go.