Go Language Tutorials

Source: Internet
Author: User
Tags variable scope
This is a creation in Article, where the information may have evolved or changed.

Go Language Tutorials

Go is an open-source programming language that makes it easy to build software that is simple, reliable, and efficient.
Go was developed from the end of 2007 by Robert Griesemer, Rob Pike, Ken Thompson, and later joined Ian Lance Taylor, Russ Cox, and eventually open source in November 2009, A stable version of Go 1 was released earlier in 2012. Now the go development is completely open and has an active community.
Go language Features
Simple, fast and secure
Parallel, fun, open source
Memory management, v array security, fast compilation
Go language Uses
The Go language is designed as a system programming language for a giant central server that is powered by a WEB server that stores clusters or similar applications.
In the field of high-performance distributed systems, the Go language is undoubtedly more efficient than most other languages. It provides a huge amount of parallel support, which is great for the development of the game server.
First Go Program
Next we write the first Go program hello.go (the extension of the Go Language source file is. Go), the code is as follows:
Instance
Package Main

Import "FMT"

Func Main () {
Fmt. Println ("Hello, Go language Tutorial!")
}

Running Instances»
Execute the above code output
$ go Run hello.go
Hello, Go language Tutorial!

    • Go Language Tutorials Directory

Go language Tutorial
Go language Environment Install
GO language Structure
Go language basic grammar
Go language data type
Go language variable
Go language constant
Go language operator
Go language conditional statement
Go language loop statement
Go language function
Go language variable scope
Go language array
Go language pointer
Go language structure
Go language slice (Slice)
Go Language Range (range)
Go language Map (collection)
Go Language recursion function
Go language type conversion
Go Language Interface
Go error handling
Go language development tools

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.