fresh
fresh copied to clipboard
Build and (re)start go web apps after saving/creating/deleting source files.
By the looks of it, you don't listen for signals of process you are executing after build. If there is some error afterwards, it doesn't do anything. Listen for signals...
E:\dason\golang>fresh 18:8:03 runner | InitFolders 18:8:03 runner | mkdir ./tmp 18:8:03 runner | mkdir ./tmp: Cannot create a file when that file already exists. 18:8:03 watcher | Watching . 18:8:03...
Hello, this problem occurred when I used this tool in the Docker container My steps ``` - docker pull golang:latest - docker exec -itd --name go-lang-18080 -v "C:\work\gin>:/opt/gin" -p 18080:8080...
execute command such as `swag init` and so on
Hello! As example i have project structure like this `/project/cmd/main.go` `/project/internal/something.go` `/project/internal/...` When i run `fresh-dlv` from `/project` it causes an error in console "no Go files in /project". I...
I'm running a martini server using fresh and I need to pass some command line args to my program, but can't find any support for it. It would be great...
I want to run `go install` in my current directory whenever a go file is changed (using vim `:w`). How can I do it? I tried the following but it...
Can I disable logging from the `runner.conf` config file Or if we can have something like Logging Level It will help to get a clear application logging when debugging something...
Cant see the console log color with fresh command
I am trying to run this on Windows 7. It returns this: ` fresh: command not found` I have a config file. I don't know any other step to run...