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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: