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.
- Host: GitHub
- URL: https://github.com/farbodahm/lets-go
- Owner: farbodahm
- License: gpl-3.0
- Created: 2021-08-29T13:13:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T11:51:20.000Z (almost 3 years ago)
- Last Synced: 2024-06-22T03:21:08.615Z (12 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.