Go Learning Tour (Ubuntu install go)

Source: Internet
Author: User
Tags install go
This is a created article in which the information may have evolved or changed. 1. Installing Gosudo apt-get install golang-go 2. Set GO environment variable open terminal, enter command: Export goroot= $HOME/goexport path= $GOROOT/bin: $PATH or environment configuration: Vi/etc/profile Join Export Goroot=/usr/lib /goexport goarch=386export goos=linuxexport gopath=/home/gopathexport gobin= $GOPATH/binexport PATH= $GOPATH/bin:$ PATH 3.  Set the Go Code catalog sudo mkdir applications/go 4. After the test installation is complete, create a new document to test the environment for success: Example helloworld.go Beautiful Go code: Package Main Import ("FMT" "Runtime") func main () {FMT. Println ("Hellow world!", runtime. Version ())} Execute Go run helloworld.go, it should print out: or go build helloworld.go, will generate Helloworld.sh,./helloworld can also run. Hellow world! %! (EXTRA string=go1.6.2) ok! Installation is very simple, followed by the use of the IDE
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.