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
I was recently debugging a problem with goimports not working properly and found it wasn't working quite right when working with modules outside of the gopath, specifically importing internal packages within your module. I created a quick fix for this for anyone who has this problem as well. (I haven't done a PR because I think the problem is actually in goimports code, but I got it working and haven't had the time to dig into goimports code)
The text was updated successfully, but these errors were encountered:
I was recently debugging a problem with goimports not working properly and found it wasn't working quite right when working with modules outside of the gopath, specifically importing internal packages within your module. I created a quick fix for this for anyone who has this problem as well. (I haven't done a PR because I think the problem is actually in goimports code, but I got it working and haven't had the time to dig into goimports code)
The text was updated successfully, but these errors were encountered: