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

https://github.com/labi-le/golang-project-template

makefile, linter
https://github.com/labi-le/golang-project-template

Last synced: 3 months ago
JSON representation

makefile, linter

Awesome Lists containing this project

README

        

# project-name

project description

## Dependencies

- ...
- ...

## Install

```sh
make install
```

## Usage

```
Usage of project-name:
...
...
...

```

## Examples of usage

```
# comment
....

# comment
....
```