- 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.
- 微商之道
- Mastering Machine Learning for Penetration Testing
- 物聯網智慧安監技術
- 物聯網安全:理論、實踐與創新
- 物聯網網絡安全及應用
- Truffle Quick Start Guide
- Proxmox High Availability
- 計算機網絡與通信(第2版)
- Getting Started with Grunt:The JavaScript Task Runner
- 物聯網通信技術
- Building RESTful Web services with Go
- TD-LTE無線網絡規劃與設計
- 互聯網+思維與創新:通往未來的+號
- 語音信號處理及Blackfin DSP實現
- 現代通信系統(第5版)