CompileDaemon icon indicating copy to clipboard operation
CompileDaemon copied to clipboard

Console not showing, echo server not restarting

Open haithamelmengad opened this issue 4 years ago • 0 comments

The following code displays "test" on the terminal when running my go module without CompileDaemon: fmt.Fprintf(os.Stdout, "test")

When using CompileDaemon using the following command, there is not output on the terminal: ${my_go_path}/CompileDaemon -directory={directory_to_track_changes_on} -command="go run {path_to_main_file}" -color=true

Additionally, part of the code that runs starts an echo server on a local port. When I make changes, although live reloading happens, the server isn't restarted.

haithamelmengad avatar Jul 26 '21 11:07 haithamelmengad