how to restart golang server using go realize in Windows
I install realize using go get github.com/oxequa/realize/realize
this and run ~/go/bin/realize start
this command to setup the realizer in golang project. but this give error saying '~' is not recognized as an internal or external command,operable program or batch file.
. how can i solve this error??