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

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.

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)