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

I've got files & folders with `.ignored.` in the name or ending in `.ignored` I tried all of the following to exclude them ```toml exclude_dir = ["tmp", ".ignored"] exclude_regex =...

/bin/sh: /home/go-component/tmp/main: Text file busy I understand what the error means but isn't it what AIR should be supposed to help me out with ? How do I get rid...

Assuming the folder structure look like this ``` . |--- api | |--- main.go |---svr . |--- service1 |--- main.go |--- service 2 |--- main.go ```

Hi all, I want to debug a package and I will run 'go mod vendor' to make /vendor has the packages I use. I want to debug one of them...

I'm trying to run app but on change it's not reloading https://storyxpress.co/video/kld85zl4v0vjx5bls I can't find the reason or place to debug.

While using air on windows I noticed that the tool would start to monitor sub directories that where added to the exclude_dir section of my toml file. After some investigation...

How can I remove ?[97;42m] and change it to color? I have already used gin.DefaultWriter = colorable.NewColorableStdout() Goland can show color on gin's log, but no color when the system...

help-wanted

I change file in windows,but my peoject is running in vagrant。 Is it suport for that?

I'm developing web application with [gin](https://github.com/gin-gonic/gin) and [realize](https://github.com/oxequa/realize). I want to use air instead of realize, but I don't know how to execute command after server has started. I tried...