air icon indicating copy to clipboard operation
air copied to clipboard

☁️ Live reload for Go apps

Results 201 air issues
Sort by recently updated
recently updated
newest added

In .air.conf, if you set the tmp to ".", your entire current working directory will be wiped. This can be very bad especially if you haven't committed to git in...

It would be nice to inject diff log levels for runner, builder (and others loggers) with diff colors. It would help to differ common 'INFO' messages from runner from, for...

Fixes #29 Added option to wait for kill of previous version

0.env ``` win 10 go 1.14.1 air v1.12.1 ``` 1.create ```main.go``` (by gin official example) with a runtime error ``` package main import "github.com/gin-gonic/gin" func main() { r := gin.Default()...

Could it watch multiple directory? ``` // .air.conf watch_dir = ".;pkg_dir_1;pkg_dir_2" ```

Hello, Thanks for the great tool but sadly it does not work for shared volume because it's relayed on fsnotify, Please add support for pooling github.com/radovskyb/watcher works great on Docker...

If root is not absolute it will convert it to absolute based on the location of `.air.conf` and the the value in `root`.

Sometimes there are verbose server logs nothings with my code often upset me. These logs can be filtered by regex.

feature-request

Is there a way to execute custom commands before and after a file changes or globally? For example: `yarn build` if `assets` folder content changes?

feature-request

Hello! Added Russian Readme file.