Free shipping on orders over $99
The Go Programming Language

The Go Programming Language

by Alan Donovan and Brian Kernighan
Paperback
Publication Date: 26/10/2015

Share This Book:

15%
OFF
RRP  $55.95

RRP means 'Recommended Retail Price' and is the price our supplier recommends to retailers that the product be offered for sale. It does not necessarily mean the product has been offered or sold at the RRP by us or anyone else.

$47.75
or 4 easy payments of $11.94 with
afterpay

The authoritative resource to writing clear and idiomatic Go to solve real-world problems

Google's Go team member Alan A. A. Donovan and Brian Kernighan, co-author of The C Programming Language, provide hundreds of interesting and practical examples of well-written Go code to help programmers learn this flexible, and fast, language. It is designed to get you started programming with Go right away and then to progress on to more advanced topics.

  • Basic components: an opening tutorial provides information and examples to get you off the ground and doing useful things as quickly as possible. This includes:
    • command-line arguments
    • gifs
    • URLs
    • web servers
  • Program structure: simple examples cover the basic structural elements of a Go program without getting sidetracked by complicated algorithms or data structures.
  • Data types: Go offers a variety of ways to organize data, with a spectrum of data types that at one end match the features of the hardware and at the other end provide what programmers need to conveniently represent complicated data structures.
  • Composite types:
    • arrays
    • slices
    • maps
    • structs
    • JSON
    • test and HTML templates
  • Functions: break a big job into smaller pieces that might well be written by different people separated by both time and space.
  • Methods:
    • declarations
    • with a pointer receiver
    • struct embedding
    • values and expressions
  • Interfaces: write functions that are more flexible and adaptable because they are not tied to the details of one particular implementation.
  • Concurrent programming: Goroutines, channels, and with shared variables.
  • Packages: use existing packages and create new ones.
  • Automated testing: write small programs that check the code.
  • Reflection features: update variables and inspect their values at run time.
  • Low-level programming: step outside the usual rules to achieve the highest possible performance, interoperate with libraries written in other languages, or implement a function that cannot be expressed in pure Go.

Each chapter has exercises to test your understanding and explore extensions and alternatives. Source code is freely available for download and may be conveniently fetched, built, and installed using the go get command.

ISBN:
9780134190440
9780134190440
Category:
Programming & scripting languages: general
Format:
Paperback
Publication Date:
26-10-2015
Language:
English
Publisher:
Addison-Wesley
Country of origin:
United States
Dimensions (mm):
228.6x182.88x25.4mm
Weight:
0.7kg

This title is in stock with our Australian supplier and should arrive at our Sydney warehouse within 2 - 3 weeks of you placing an order.

Once received into our warehouse we will despatch it to you with a Shipping Notification which includes online tracking.

Please check the estimated delivery times below for your region, for after your order is despatched from our warehouse:

ACT Metro: 2 working days
NSW Metro: 2 working days
NSW Rural: 2-3 working days
NSW Remote: 2-5 working days
NT Metro: 3-6 working days
NT Remote: 4-10 working days
QLD Metro: 2-4 working days
QLD Rural: 2-5 working days
QLD Remote: 2-7 working days
SA Metro: 2-5 working days
SA Rural: 3-6 working days
SA Remote: 3-7 working days
TAS Metro: 3-6 working days
TAS Rural: 3-6 working days
VIC Metro: 2-3 working days
VIC Rural: 2-4 working days
VIC Remote: 2-5 working days
WA Metro: 3-6 working days
WA Rural: 4-8 working days
WA Remote: 4-12 working days

Reviews

Be the first to review The Go Programming Language.