Apparently this should be referred to as gopkg.in/fsnotify/fsnotify.v1. I'm not sure what has changed to stop the old format working.
6 lines
288 B
Text
6 lines
288 B
Text
continuserv proactively re-generates the spec on filesystem changes, and serves it over HTTP.
|
|
|
|
To run it, you must install the `go` tool. You will also need to install fsnotify by running:
|
|
`go get gopkg.in/fsnotify/fsnotify.v1`
|
|
You can then run continuserv by running:
|
|
`go run main.go`
|