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 just try to create a simple go's web server project by goclipse. All contents were created by wizard directly, except I modify the workspace's GOPATH to :/Users/penghh/Go. This is the same value of my bash profile. But I can't make the build target "lint" build success.
How ever, it seems I can do lint under terminal
Are there some setting I am missing to config goclipse inside Eclipse?
Thank you~~
Hi,
I just try to create a simple go's web server project by goclipse. All contents were created by wizard directly, except I modify the workspace's GOPATH to :/Users/penghh/Go. This is the same value of my bash profile. But I can't make the build target "lint" build success.
How ever, it seems I can do lint under terminal
Are there some setting I am missing to config goclipse inside Eclipse?
Thank you~~
Eric