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

https://github.com/yuokada/gohcs


https://github.com/yuokada/gohcs

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# gohcs

## Overview

This server returns 200 OK when "/status.html" is in the document root and they are listened a particular port on tcp/udp.

## How to use

### run server

```
$ ./gohcs -checklist /path/to/checklist.json
```

## configfile

server checklist

```
# checklist.json
[
# [,

]
["tcp", "localhost:8081"],
["tcp", "127.0.0.1:8083"],
["tcp", "127.0.0.1:8000"]
]
```

## dependencies

- [pkg/errors: Simple error handling primitives](https://github.com/pkg/errors)
- [sirupsen/logrus: Structured, pluggable logging for Go.](https://github.com/sirupsen/logrus "sirupsen/logrus: Structured, pluggable logging for Go.")

## LICENSE

MIT licensed. See the LICENSE file for details.