fresh icon indicating copy to clipboard operation
fresh copied to clipboard

Build and (re)start go web apps after saving/creating/deleting source files.

Results 59 fresh issues
Sort by recently updated
recently updated
newest added

added support flags for the application to be launched

## What does this PR do? - [x] Add config `main_package` - [x] Add go mod ## Description With projects have `main.go` is not in `root`. `Fresh` needs to watch...

This allows running the `fresh` command in a directory with a "fresh.conf" file without having to do `fresh -c fresh.conf`. Reduces a bit of typing.

go get github.com/pilu/fresh: open /usr/local/go/bin/fresh: permission denied

It could be fine to add the race detector by option (or even by default !)

# Fresh does not support go mod vendor? I start a project with go mod. When I build and run my project, I can use `go build -mod=vendor cmd/main.go` and...

sometimes I switch database connection between different environment,but it won't rebuild.

I'm wanting to use delve and fresh on a docker container to build and debug my project even when i alter some file. Anyone know how to do it?