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

https://github.com/romenrg/golang-boilerplate


https://github.com/romenrg/golang-boilerplate

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Golang boilerplate
> Romén's Golang boilerplate project

## Executing tests
`go test -v`

## Running the program
`go run main.go`