Go Programming Language The 1St Edition at Meripustak

Go Programming Language The 1St Edition

Books from same Author: Alan A A Donovanbrian W Kernighan

Books from same Publisher: Pearson

Related Category: Author List / Publisher List


  • Retail Price: ₹ 4429/- [ 9.00% off ]

    Seller Price: ₹ 4030

Sold By: T K Pandey      Click for Bulk Order

Offer 1: Get ₹ 111 extra discount on minimum ₹ 500 [Use Code: Bharat]

Offer 2: Get 9.00 % + Flat ₹ 100 discount on shopping of ₹ 1500 [Use Code: IND100]

Offer 3: Get 9.00 % + Flat ₹ 300 discount on shopping of ₹ 5000 [Use Code: MPSTK300]

Free Shipping (for orders above ₹ 499) *T&C apply.

In Stock

Free Shipping Available



Click for International Orders
  • Provide Fastest Delivery

  • 100% Original Guaranteed
  • General Information  
    Author(s)Alan A A Donovanbrian W Kernighan
    PublisherPearson
    Edition1st Edition
    ISBN9780134190440
    Pages400
    BindingSoftcover
    LanguageEnglish
    Publish YearOctober 2015

    Description

    Pearson Go Programming Language The 1St Edition by Alan A A Donovanbrian W Kernighan

    The authoritative resource to writing clear and idiomatic Go to solve real-world problemsGoogle’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 argumentsgifsURLsweb serversProgram 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 :arraysslicesmapsstructsJSONtest and HTML templatesFunctions : break a big job into smaller pieces that might well be written by different people separated by both time and space.Methods :declarationswith a pointer receiverstruct embeddingvalues and expressionsInterfaces : 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.