- Go Web Scraping Quick Start Guide
- Vincent Smith
- 295字
- 2021-07-02 13:58:15
Go language and tools
First and foremost, you'll need to install the Go programming language and tools on your machine. The installation process varies for different operating systems so please follow the instructions at https://golang.org/doc/install. On the installation page, you will find instructions for downloading Go for your platform, as well as the minimum operating system requirements.
This is a screenshot from the installation page from the Go website, containing all of the instructions necessary for installing Go on your computer:

You can also build the language from source if you are so inclined. By the end of the installation, you should have the all of the Go libraries, the Go command line, and a simple hello world project built to ensure that everything was installed properly.
It is very important to follow the instructions all the way through testing your installation. Go can be a little tricky sometimes with respect to $GOPATH. Once you set up your $GOPATH, you must ensure that following is done:
- You have the required src, bin, and pkg directories
- All source code is contained within the src directory
- The folder structure inside your src directory mimics what you want your package names to be
By completing the testing section, you will save yourself a lot of frustration in the future.
- 智慧城市:大數據、互聯網時代的城市治理(第4版)
- 萬物互聯:蜂窩物聯網組網技術詳解
- 無人機通信
- 面向物聯網的嵌入式系統開發:基于CC2530和STM32微處理器
- 計算機網絡工程實用教程(第2版)
- 數字調制解調技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 物聯網之霧:基于霧計算的智能硬件快速反應與安全控制
- Learning Windows 8 Game Development
- Practical Web Penetration Testing
- 一本書讀懂TCP/IP
- 物聯網商業設計與案例
- 邊緣計算及其資源管理技術
- 網絡攻防技術與實踐
- 移動應用開發技術
- Mastering Prezi for Business Presentations