- 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.
- 解析QUIC/HTTP3:未來互聯(lián)網(wǎng)的基石
- 網(wǎng)絡(luò)協(xié)議工程
- 物聯(lián)網(wǎng)工程規(guī)劃技術(shù)
- 信息通信網(wǎng)絡(luò)建設(shè)安全管理概要2
- 網(wǎng)絡(luò)安全技術(shù)與解決方案(修訂版)
- 物聯(lián)網(wǎng)與無線傳感器網(wǎng)絡(luò)
- 計算機網(wǎng)絡(luò)技術(shù)及應(yīng)用
- 網(wǎng)絡(luò)AI+:2030后的未來網(wǎng)絡(luò)
- 物聯(lián)網(wǎng)場景設(shè)計與開發(fā)(初級)
- Practical Web Penetration Testing
- bash網(wǎng)絡(luò)安全運維
- Getting Started with tmux
- Building RESTful Web Services with .NET Core
- RestKit for iOS
- 通信系統(tǒng)實戰(zhàn)筆記:無處不在的信號處理