I seem to be unable to find an answer to the question, does the godoc server support live reload changes in for my own projects?
According to this article it should be supported however whenever I change my code (update documentation) no changes appear until restart of the web server
My documentation updates/appear every time I start the the sever:
godoc -http=:6060 &
I don't want to restart the server for every change, is this expected behavior, what can I do to update my changes with the least amount of effort?
My go version:
$ go version
go version go1.8 darwin/amd64
Using browser with incognito mode:
Chrome Version 57.0.2987.133 (64-bit)