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
It starts two watcher-http-project process up and the main watch process.
But after changes to a .go file i get this error
2019/08/16 23:05:15 build started
Building C:/Projects/go/src/gitlab.com/jeremyjohn/http-project...
2019/08/16 23:05:16 build completed
Running C:/Projects/go/src/gitlab.com/jeremyjohn/http-project...
2019/08/16 23:05:16 listen tcp :7007: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
The text was updated successfully, but these errors were encountered:
My go app is a http server with go routines.
When I run it the first time it's fine
It starts two watcher-http-project process up and the main watch process.
But after changes to a .go file i get this error
The text was updated successfully, but these errors were encountered: