Skip to content

Console not showing, echo server not restarting #66

Open
@haithamelmengad

Description

@haithamelmengad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions