Go Language Primer

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

Go language Download Address: http://code.google.com/p/go/downloads/list

Download light weight Development tools http://code.google.com/p/liteide/

Why I like the Go language

Using CGO to encapsulate the Windows API

Write Windows desktop app with Go-use form

Write Windows desktop Apps with Go-working with resource files

Write Windows desktop Apps with Go-using the form designer

http file sharing

//test Project Main.gopackage mainImport (    "FMT"    "net/http") Func Main () {h:= http. Fileserver (http. Dir (".") ) var port string fmt. Printf ("Please input port number:") fmt. SCANF ("%s", &Port) http. Listenandserve (":"+port, h)}


"Go language • Cloud Power"

Description: The go language is a new programming language designed and developed by Google's Rob Pike, Ken Thompson, and Robert Griesemer. The launch of the 2012 go, which represents the steady maturation of the go language, also formally declares that go has gone out of the mainstream language. "Go language/Cloud power" is the Go Language programming primer, the basic knowledge of the go language, including static type, Process control, functions, dynamic type, object-oriented, concurrent programming and other content, as compared with other C-class language, Go has a new feature. At the same time, go language and cloud Power also introduces the application of Go language in cloud computing.
Go language/Cloud power is suitable for beginners to go language learning.

Http://book.2cto.com/201207/386.html

Go programming language, or: Why besides it, other C language is garbage
http://www.mikespook.com/2011/06/go%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%804/

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.