/lets-go

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

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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 : 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 : Some concurrency problems that you should use Goroutines, channels, mutexes, ... to solve them. Also I provided my answers too.