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

https://github.com/speaud/demo-go-pkg


https://github.com/speaud/demo-go-pkg

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Run golang program

`go run main.go`

Testing

`go test`

Build binary

`go build`

Install binary

`go install`

Run in containerized environemnt

`docker-compose up --build`