You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rizla -delay=5s main.go for example, it will wait 5 seconds for reload and will also skip any changes that will happen in that time in order to not build two executable in the same or near to time, file changer works concurrently.
You can use ms as well, so maybe -delay=250ms is a better option for your needs, play with these, for more details on what string you can pass for a duration check here: https://golang.org/pkg/time/#ParseDuration
To support sftp programs where it uploads the files remotely.
To prevent EOF error.
The text was updated successfully, but these errors were encountered: