go语言学习之路(一)Hello World

为什么要使用 Go 语言?Go 语言的优势在哪里?

1.部署简单。

2.并发性好。

3.良好的语言设计。

4.执行性能好。

重量级应用

Go环境搭建

Golang下载

国外镜像  https://www.golangtc.com/download

国内镜像  https://studygolang.com/dl

idea go plugin

Hello, World
package main

import ("fmt")
func main() {
    fmt.Println("Hello, World!")
}

 

VSCode配置Go环境

 

资料

http://www.runoob.com/go/go-map.html

http://www.cnblogs.com/aylin/p/5835682.html

Goland2018破解

https://www.jetbrains.com/go/

posted @ 2018-05-09 22:58  ~沐风  阅读(217)  评论(0编辑  收藏  举报