- Go Web Scraping Quick Start Guide
- Vincent Smith
- 312字
- 2021-07-02 13:58:16
Editor
The second tool you will need is a good text editor or Integrated Development Environment (IDE). If you are not familiar with IDEs, they are basically text editors that are custom-built for writing applications for specific programming languages. One well-known IDE for Go is GoLand by JetBrains. This comes with built-in support for syntax highlighting, run and debug modes, built-in version control, and package management.
The following is a screenshot of the GoLand IDE displaying the standard Hello World program:

If you prefer to use a text editor, there are many available and they often have plugins for Go that make developing easier. Two of the best text editors available today are Visual Studio Code by Microsoft and Atom by GitHub. Both of these are general purpose editors that also have plugins for syntax highlighting, building, and running Go code. This way you can add what you need without too much overhead.
This screenshot is the same Hello World program, displayed in Visual Studio Code:

Finally, the Atom Version of the Hello World program looks like the following screenshot:

Both the Visual Studio Code and Atom are excellent choices for building Go applications due to the level of community support for the plugins, which I highly recommend installing. Alternatively, you can write Go programs in any text editor and run the code using your terminal or Command Prompt with the standard Go commands.
- 物聯(lián)網(wǎng)之魂:物聯(lián)網(wǎng)協(xié)議與物聯(lián)網(wǎng)操作系統(tǒng)
- 重新定義Spring Cloud實戰(zhàn)
- OpenLayers Cookbook
- Learning Karaf Cellar
- 互聯(lián)網(wǎng)安全的40個智慧洞見:2014年中國互聯(lián)網(wǎng)安全大會文集
- 大話社交網(wǎng)絡(luò)
- Bonita Open Solution 5.x Essentials
- 物聯(lián)網(wǎng)與智能家居
- React Cookbook
- 異構(gòu)蜂窩網(wǎng)絡(luò)關(guān)鍵理論與技術(shù)
- 信息技術(shù)安全評估準則:源流、方法與實踐
- Corona SDK Application Design
- Migrating to Drupal7
- 互聯(lián)網(wǎng)戰(zhàn)略變革與未來
- Citrix XenDesktop 5.6 Cookbook