doubei5310 2016-10-16 07:34
浏览 1208
已采纳

如何自动设置GOBIN

working my go project i need to
set GOPATH=D:\projects\go\my project
and then
set GOBIN=D:\projects\go\my project\bin
that is okey

then working on an other project same process a gain
so is there is away of setting only GOPATH
and automatically GOBIN becomes GOPATH\bin

  • 写回答

1条回答 默认 最新

  • dongqi0644 2016-10-16 08:23
    关注

    GOBIN should by default be GOPATH/bin, so you don't have to do anything

    See "GOPATH environment variable"

    DIR is a directory listed in the GOPATH

    If the GOBIN environment variable is set, commands are installed to the directory it names instead of DIR/bin

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

报告相同问题?

悬赏问题

  • ¥15 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?