Go(golang)的集成开发环境(IDE)及部署/上传功能。

huangapple go评论84阅读模式
英文:

IDE for Go (golang) with deployment/upload

问题

有没有一个适用于Go语言的IDE可以轻松地将文件部署/上传到服务器?

理想情况下,我正在寻找一个IDE,可以在我决定运行应用程序时自动将文件上传到服务器,就像我在PyCharm中为Python做的那样。

英文:

is there an IDE for the Go language that can easily deploy/upload files to the server?

ideally I am looking for an IDE that can automatically upload the files to the server each time I decide to run the app, like I can do with PyCharm for python

答案1

得分: 1

你可以使用IntelliJ IDEA,现在它有一个可用的Go插件,要构建最新的插件,请访问这个教程

英文:

You could use IntelliJ IDEA, now it has working Go plugin, to build the latest plugin, visit this tutorial.

答案2

得分: 0

我使用LiteIDE进行编辑,并使用命令行appcfg.py进行上传。如果您对命令行不熟悉,这里有一个快速示例:

appcfg.py update your_app_folder --oauth2

只需将此字符串保存在某个地方,需要时复制并粘贴到CMD中即可。

英文:

I use LiteIDE for editing, and command line appcfg.py for uploading. If you are not familiar with command line, here is a quick sample:

appcfg.py update your_app_folder --oauth2

Just save this string somewhere and copy and paste to CMD when you need it.

huangapple
  • 本文由 发表于 2013年7月22日 09:12:42
  • 转载请务必保留本文链接:https://go.coder-hub.com/17778601.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定