An open API service indexing awesome lists of open source software.

https://github.com/devhindo/goexercises

entry to mid-level go exercises to get familiar with the language
https://github.com/devhindo/goexercises

Last synced: 3 months ago
JSON representation

entry to mid-level go exercises to get familiar with the language

Awesome Lists containing this project

README

          

# Go Exercies

## Description

each folder is an exercies
solve them in any order just be consistent :)
problem statement can be found in README file in each folder

## Contributing

just open a PR and create a folder in the root directory with the name of the exercies and put the problem statement in the README.md file and add a working Go solution within the folder and I'll review and merge it.