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

https://github.com/farbodahm/lets-go

A place to put my simple Golang projects on my way of learning Go.
https://github.com/farbodahm/lets-go

go golang

Last synced: 6 months ago
JSON representation

A place to put my simple Golang projects on my way of learning Go.

Awesome Lists containing this project

README

        

# lets-go
A place to put my simple Golang projects on my way of learning Go.

To get more information, please visit each link separately:

**List Of Projects**
------------
- [Fastest Mirror Finder](https://github.com/farbodahm/lets-go/tree/main/fastestMirrorFinder) : Helps you to find the fastest mirror among Debian mirrors and present it to you using REST API. (technologies: Docker, Test, Redis, Swagger, Continuous Integration, gorilla/mux router, ...)

- [Concurrency Problems](https://github.com/farbodahm/lets-go/tree/main/concurrencyProblems) : Some concurrency problems that you should use Goroutines, channels, mutexes, ... to solve them. Also I provided my answers too.