You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This app will track all changes in the root directory it was launched from.And if change was made on .go file it will reload the server.It prints standart output and standart error from app you are launching it on.
To installgo get github.com/Koshqua/gsr.
To start tracking and run app you should write commandgsr run filename.go.
To exit the process, just writex to the terminal.
In closest future i'll make the code more beatiful :)