- 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.
- 物聯網短距離無線通信技術應用與開發
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- 計算機網絡與數據通信
- Building RESTful Web Services with Spring 5(Second Edition)
- Metasploit Penetration Testing Cookbook
- Kong網關:入門、實戰與進階
- 6G無線網絡空口關鍵技術
- 物聯網場景設計與開發(初級)
- 深入理解OpenStack Neutron
- 人人都該都懂的互聯網思維
- 數據血緣分析原理與實踐
- TCP/IP基礎(第2版)
- 全聯網標識服務
- 人際網絡
- 物聯網技術與實踐