1、下载golang安装包:
下载地址:https://golang.google.cn/dl/
2、安装Eclipse 下载goclipse 插件
3、配置 Go 的编译器
4、写代码.
package main import ( "fmt" ) func main(){ fmt.Println("用GO来爬图片试试!!!") }