Go Language Learning Tour--go language environment installation

Source: Internet
Author: User

Objective

笔者已经自学python大概已经几个月了,但是工作繁忙,而且工作中未用到python的知识。于是就渐渐生疏了,这是下定决心学习go,是因为公司有一台go编写的报表系统,而且公司逐渐在想docker转,学习go更又助于未来的工作。

About Go

Go 是一个开源的编程语言,它能让构造简单、可靠且高效的软件变得容易。Go是从2007年末由Robert Griesemer, Rob Pike, Ken Thompson主持开发,后来还加入了Ian Lance Taylor, Russ Cox等人,并最终于2009年11月开源,在2012年早些时候发布了Go 1稳定版本。现在Go的开发已经是完全开放的,并且拥有一个活跃的社区。

Go language Features

简洁、快速、安全并行、有趣、开源内存管理、数组安全、编译迅速

Go language Uses

Go 语言被设计成一门应用于搭载 Web 服务器,存储集群或类似用途的巨型中央服务器的系统编程语言。对于高性能分布式系统领域而言,Go 语言无疑比大多数其它语言有着更高的开发效率。它提供了海量并行的支持,这对于游戏服务端的开发而言是再好不过了。

Books and websites for learning

开始我GO学习之旅的第一本书是《GO语言编程》,许式伟标注的。下一本是<GO web编程>其他相关网站我都会逐步分享,目前常看都的有-- http://www.runoob.com/go-- beego.me-- gitbook.com-- 无闻博客

Go Environment Building (Linux build)

1.安装包下载地址 https://golang.google.cn/dl/我下载的是go1.10.3包wget  https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz2.将下载的包解压tar -C /usr/local  xvzf go1.10.3.linux-amd64.tar.gz3.添加环境变量 export PATH=$PATH:/usr/local/go/bin至此Go环境已经完成。

Start your go learning journey

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.