duanmei1694 2016-01-30 13:54
浏览 108
已采纳

如何在Windows中的Sublime Text 3中设置Gosublime?

The main problem here is .. that i have installed the package control and also the gosublime plugin but it is not working also it is not working in the command promt when i type go it gives info proving that the go is installed correctly in path i am actually trying to use a seprator to set paths for go and java simultaneously which i might be doing wrong

ENVIRONMENT VARIABLE

Now in sublime text 3 i am receiving an error as

MarGo: Missing required environment variables: GOPATH | > See the Quirks section of USAGE.md for info

I went through this but it didnt help me

Sublime Text: "MarGo: Missing required environment variables: GOPATH"

  • 写回答

2条回答 默认 最新

  • duanjian3338 2016-01-30 14:19
    关注

    You have to set the GOPATH environment variable to something like d:\myprojects\go. That's where your code and libraries will be stored.

    Your code should be located in a folder like d:\myprojects\go\src\github.com\pandey\coolproject.

    Relevant section from the docs:

    [...]

    Test your installation

    Check that Go is installed correctly by setting up a workspace and building a simple program, as follows.

    Create a directory to contain your workspace, $HOME/work for example, and set the GOPATH environment variable to point to that location.

    $ export GOPATH=$HOME/work You should put the above command in your shell startup script ($HOME/.profile for example) or, if you use Windows, follow the instructions above to set the GOPATH environment variable on your system.

    Next, make the directories src/github.com/user/hello inside your workspace (if you use GitHub, substitute your user name for user), and inside the hello directory create a file named hello.go with the following contents:

    [...]

    (https://golang.org/doc/install#testing)

    See the Go docs for more details, especially on how to do it on windows: https://golang.org/doc/install

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
  • duanli5662 2018-10-25 08:11
    关注

    in windows sublime text 3
    ctrl+shift+p
    type install package enter
    search for golang build enter

    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 有偿求做台风过境全过程模拟仿真
  • ¥50 求!AutomationDesk 如何自动导入Variant数据
  • ¥20 Next.JS 静态导出路由
  • ¥15 我做一个对中文文本情感分析的项目 我用了CNN,和keras框架 报的错误我一直处理不好
  • ¥15 unity使用bakery打光烘焙所遇到的问题。
  • ¥99 二维有限元方法求解,泊松方程
  • ¥15 我需要在PC端 开两个抖店工作台客户端.(语言-java)
  • ¥15 有没有哪位厉害的人可以用C#可视化呀
  • ¥15 可以帮我看看代码哪里错了吗
  • ¥15 设计一个成绩管理系统