0%

Book Description

Summary

Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you'll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous.

About the Technology

Application development can be tricky enough even when you aren’t dealing with complex systems programming problems like web-scale concurrency and real-time performance. While it’s possible to solve these common issues with additional tools and frameworks, Go handles them right out of the box, making for a more natural and productive coding experience. Developed at Google, Go powers nimble startups as well as big enterprises—companies that rely on high-performing services in their infrastructure.

About the Book

Go in Action is for any intermediate-level developer who has experience with other programming languages and wants a jump-start in learning Go or a more thorough understanding of the language and its internals. This book provides an intensive, comprehensive, and idiomatic view of Go. It focuses on the specification and implementation of the language, including topics like language syntax, Go’s type system, concurrency, channels, and testing.

What’s Inside

  • Language specification and implementation

  • Go’s type system

  • Internals of Go’s data structures

  • Testing and benchmarking

  • About the Reader

    This book assumes you’re a working developer proficient with another language like Java, Ruby, Python, C#, or C++.

    About the Authors

    William Kennedy is a seasoned software developer and author of the blog GoingGo.Net. Brian Ketelsen and Erik St. Martin are the organizers of GopherCon and coauthors of the Go-based Skynet framework.

    Table of Contents

    1. Copyright
    2. Brief Table of Contents
    3. Table of Contents
    4. Foreword
    5. Preface
    6. Acknowledgments
    7. About this Book
    8. About the Cover Illustration
    9. Chapter 1. Introducing Go
    10. Chapter 2. Go quick-start
    11. Chapter 3. Packaging and tooling
    12. Chapter 4. Arrays, slices, and maps
    13. Chapter 5. Go’s type system
    14. Chapter 6. Concurrency
    15. Chapter 7. Concurrency patterns
    16. Chapter 8. Standard library
    17. Chapter 9. Testing and benchmarking
    18. Index
    19. List of Figures
    20. List of Listings