golang-examples icon indicating copy to clipboard operation
golang-examples copied to clipboard

Introductory examples to Go programming language used in the CodelyTV Pro course

Results 20 golang-examples issues
Sort by recently updated
recently updated
newest added

## Added - Stores command to show all the stores or just one :computer: ## Changed - Update dependencies and go version to 1.19 :robot:

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.7 to 1.6.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.6.1 Bug fixes 🐛 Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen...

dependencies

From the exercise "To-Do: ¡A practicar!"

From Go lesson [Buenas prácticas para gestión de errores en Go: to err is human](https://pro.codely.tv/library/introduccion-a-go-tu-primera-app-43842/89042/path/lesson/57224802/) 😄