douyong1885 2016-11-25 11:10
浏览 50
已采纳

如何在GoClipse中设置Go

I installed goclipse in my eclipse, and setup the preferences as follows :

Preferences->Go->Tools

ProjectExplorer

Now when I create a new GoFile (HelloWorld.src), the file is saved in D:/GO/TestProject/src. But when I build the same file, the bin and pkg folders are empty and hence when I run the file the following error comes :

resource does not have a corresponding go package

Unable to run the code because of this error.

  • 写回答

1条回答 默认 最新

  • duannai5879 2016-11-25 15:26
    关注

    Your project path should be D:\GO\src\TestProject in order to match the workspace expected as described in https://golang.org/doc/code.html

    Then, your GOPATH should point to D:\GO (NOT ...\src) The go tool will automatically use $GOPATH/src, $GOPATH/bin or $GOPATH/pkg when appropiate for each case.

    And as icza pointed out, your program should have a package main statement on the top of your go file to be recognized as an executable, unless you want to create a package, in that case, you should name your package as you want.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 急matlab编程仿真二阶震荡系统
  • ¥20 TEC-9的数据通路实验
  • ¥15 ue5 .3之前好好的现在只要是激活关卡就会崩溃
  • ¥50 MATLAB实现圆柱体容器内球形颗粒堆积
  • ¥15 python如何将动态的多个子列表,拼接后进行集合的交集
  • ¥20 vitis-ai量化基于pytorch框架下的yolov5模型
  • ¥15 如何实现H5在QQ平台上的二次分享卡片效果?
  • ¥15 python爬取bilibili校园招聘网站
  • ¥30 求解达问题(有红包)
  • ¥15 请解包一个pak文件