air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
18.36k stars 816 forks source link

fix typo #595

Closed ccoVeille closed 6 months ago

ccoVeille commented 6 months ago
ccoVeille commented 6 months ago

I was unsure if this one was a typo or not

https://github.com/cosmtrek/air/blob/e3b6eafe8afd4ac8640421bad573ea5e655592cd/runner/util.go#L361C6-L361C17

What could mean the setTage2Map ?

xiantang commented 6 months ago

I was unsure if this one was a typo or not

https://github.com/cosmtrek/air/blob/e3b6eafe8afd4ac8640421bad573ea5e655592cd/runner/util.go#L361C6-L361C17

What could mean the setTage2Map ? should be setTag2Map

xiantang commented 6 months ago

well done!