This project contains various examples and exercises in Go, covering a wide range of topics such as concurrency, sorting, error handling, and more. The purpose of this project is to provide Go code examples and demonstrations for different concepts, tools, and patterns.
The main.go file is the entry point of the application, and you can run specific examples by passing their name as a command-line argument.
To run an example, you need to pass the desired module name as an argument when running the main.go file.
go run main.go <module_name> <func_name_as_number>