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

https://github.com/tupizz/golang-lab

golang-lab
https://github.com/tupizz/golang-lab

Last synced: 2 months ago
JSON representation

golang-lab

Awesome Lists containing this project

README

        

useful commands

```
go mod init
cd 01-packages
go build
go get github.com/badoux/checkmail
go mod tidy # remove all deps not being used
```