https://github.com/adzo261/go-practice
Repository meant for practicing Go. Stores concept-wise resources I read, and programs/projects I coded.
https://github.com/adzo261/go-practice
api backend backend-with-go concurrency go golang gopher networking programming
Last synced: 12 months ago
JSON representation
Repository meant for practicing Go. Stores concept-wise resources I read, and programs/projects I coded.
- Host: GitHub
- URL: https://github.com/adzo261/go-practice
- Owner: adzo261
- License: mit
- Created: 2021-04-25T06:39:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T15:47:08.000Z (over 4 years ago)
- Last Synced: 2025-01-28T23:10:02.435Z (about 1 year ago)
- Topics: api, backend, backend-with-go, concurrency, go, golang, gopher, networking, programming
- Language: Go
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Learning Go from scratch
Repository meant for practicing Go. Stores concept-wise resources I read, and programs/projects I coded.
### 1. [TCP server and client](https://github.com/adzo261/backend-with-go/tree/master/cmd/tcp-server-client/)
### 2. [Simple REST in plain Go](https://github.com/adzo261/backend-with-go/tree/master/cmd/rest-with-plain-go)