matrix-doc/scripts/continuserv
Richard van der Hoff f04b17f1c9 Fix path to fsnotify
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.
2018-03-27 11:27:23 +01:00
..
README Fix path to fsnotify 2018-03-27 11:27:23 +01:00
index.html Use petstore for continuserv swagger docs 2017-11-14 13:02:43 +00:00
main.go Fix path to fsnotify 2018-03-27 11:27:23 +01:00

README

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`