SØG - mellem flere end 8 millioner bøger:
Viser: Introducing Go - Build Reliable, Scalable Programs
Introducing Go Vital Source e-bog
Caleb Doxsey
(2016)
Introducing Go Vital Source e-bog
Caleb Doxsey
(2016)
Introducing Go
Build Reliable, Scalable Programs
Caleb Doxsey
(2016)
Sprog: Engelsk
om ca. 15 hverdage
Detaljer om varen
- 1. Udgave
- Vital Source searchable e-book (Reflowable pages)
- Udgiver: O'Reilly Media, Inc (Januar 2016)
- ISBN: 9781491942017
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: -1 sider kan printes ad gangen
Copy: højest -1 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 1. Udgave
- Vital Source searchable e-book (Fixed pages)
- Udgiver: O'Reilly Media, Inc (Januar 2016)
- ISBN: 9781491942024
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 10 sider kan printes ad gangen
Copy: højest 10 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- Paperback: 124 sider
- Udgiver: O'Reilly Media, Incorporated (Januar 2016)
- ISBN: 9781491941959
Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language's core features with step-by-step instructions and exercises in each chapter to help you practice what you learn.
Go is a general-purpose programming language with a clean syntax and advanced features, including concurrency. This book provides the one-on-one support you need to get started with the language, with short, easily digestible chapters that build on one another. By the time you finish this book, not only will you be able to write real Go programs, you'll be ready to tackle advanced techniques.
- Jump into Go basics, including data types, variables, and control structures
- Learn complex types, such as slices, functions, structs, and interfaces
- Explore Go's core library and learn how to create your own package
- Write tests for your code by using the language's go test program
- Learn how to run programs concurrently with goroutines and channels
- Get suggestions to help you master the craft of programming