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

https://github.com/dutchcoders/goguard

Just a simple reload-on-change guard for processes.
https://github.com/dutchcoders/goguard

Last synced: over 1 year ago
JSON representation

Just a simple reload-on-change guard for processes.

Awesome Lists containing this project

README

          

# goguard
Just a simple reload-on-change guard for processes.

partially based on [CodeReload](https://github.com/githubnemo/CompileDaemon)

# Features

* kills process and child processes

# Usage

```
go get github.com/dutchcoders/goguard

$GOPATH/bin/goguard go run main.go -port 127.0.0.1:8081
```

## Contributions

Contributions are welcome.

## Creators

**Remco Verhoef**
-
-

## Copyright and license

Code and documentation copyright 2011-2016 Remco Verhoef.

Code released under [the MIT license](LICENSE).