Golang开发环境搭建

1、下载golang安装包:

下载地址:https://golang.google.cn/dl/

2、安装Eclipse 下载goclipse 插件

3、配置 Go 的编译器

4、写代码.

 

package main

import (
	"fmt"
)

func main(){
	fmt.Println("用GO来爬图片试试!!!")
}

  

posted @ 2019-02-16 14:06  凉城  阅读(168)  评论(0编辑  收藏  举报