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

https://github.com/rwlist/coub


https://github.com/rwlist/coub

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# coub

Development

Make sure you have:
- Go 1.16, [install](https://golang.org/doc/install)
- GoLand / VSCode / other IDE, [install goland](https://www.jetbrains.com/go/)
- golangci-lint 1.40, [install](https://golangci-lint.run/usage/install/)

### EnvFile plugin

EnvFile plugin for GoLand is useful for applying conf from .env files. Install [here](https://plugins.jetbrains.com/plugin/7861-envfile).

To use it:
- Open [Run configuration]
- Select EnvFile tab
- Add file .env from repo root
* On macOS press shirt+cmd+. to display hidden files