- 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.
- RCNP實驗指南:構(gòu)建高級的路由互聯(lián)網(wǎng)絡(luò)(BARI)
- 萬物互聯(lián):蜂窩物聯(lián)網(wǎng)組網(wǎng)技術(shù)詳解
- 計算機(jī)網(wǎng)絡(luò)與數(shù)據(jù)通信
- 數(shù)字通信同步技術(shù)的MATLAB與FPGA實現(xiàn):Altera/Verilog版(第2版)
- NB-IoT物聯(lián)網(wǎng)技術(shù)解析與案例詳解
- 雷達(dá)饋線技術(shù)
- 物聯(lián)網(wǎng)之霧:基于霧計算的智能硬件快速反應(yīng)與安全控制
- 工業(yè)互聯(lián)網(wǎng)創(chuàng)新實踐
- Microsoft Power Platform Enterprise Architecture
- 新IP:面向泛在全場景的未來數(shù)據(jù)網(wǎng)絡(luò)
- 互聯(lián)網(wǎng)視覺設(shè)計(全彩慕課版)
- Learning Dart
- 5G低功耗蜂窩物聯(lián)網(wǎng)開發(fā)與應(yīng)用
- Advanced Node.js Development
- 網(wǎng)絡(luò)故障現(xiàn)場處理實踐(第2版)