livereload is an asset live-reload library that allows easy registration of path & file change monitoring and notifications for livereload-js
Use go get
go get -u github.com/go-playground/livereload
see examples:
- basic - an example of live reloading of .css and .js
- advanced - an example of live reloading of .css, .js and .tmpl(template files)
- MIT License (MIT), Copyright (c) 2016 Dean Karn