Book description
Best-selling author Adam Freeman explains how to get the most from Go, starting from the basics and building up to the most advanced and sophisticated features. You will learn how Go builds on a simple and consistent type system to create a comprehensive and productive development experience that produces fast and robust applications that run across platforms.
Go, also known as Golang, is the concise and efficient programming language designed by Google for creating high-performance, cross-platform applications. Go combines strong static types with simple syntax and a comprehensive standard library to increase programmer productivity, while still supporting features such as concurrent/parallel programming.
Each topic is covered in a clear, concise, no-nonsense approach that is packed with the details you need to learn to be truly effective. Chapters include common problems and how to avoid them.
What You Will Learn
- Gain a solid understanding of the Go language and tools
- Gain in-depth knowledge of the Go standard library
- Use Go for concurrent/parallel tasks
- Use Go for client- and server-side development
Who This Book Is For
Experienced developers who want to use Go to create applicationsTable of contents
- Cover
- Front Matter
-
Part I. Understanding the Go Language
- 1. Your First Go Application
- 2. Putting Go in Context
- 3. Using the Go Tools
- 4. Basic Types, Values, and Pointers
- 5. Operations and Conversions
- 6. Flow Control
- 7. Using Arrays, Slices, and Maps
- 8. Defining and Using Functions
- 9. Using Function Types
- 10. Defining Structs
- 11. Using Methods and Interfaces
- 12. Creating and Using Packages
- 13. Type and Interface Composition
- 14. Using Goroutines and Channels
- 15. Error Handling
-
Part II. Using the Go Standard Library
- 16. String Processing and Regular Expressions
- 17. Formatting and Scanning Strings
- 18. Math Functions and Data Sorting
- 19. Dates, Times, and Durations
- 20. Reading and Writing Data
- 21. Working with JSON Data
- 22. Working with Files
- 23. Using HTML and Text Templates
- 24. Creating HTTP Servers
- 25. Creating HTTP Clients
- 26. Working with Databases
- 27. Using Reflection
- 28. Using Reflection, Part 2
- 29. Using Reflection, Part 3
- 30. Coordinating Goroutines
- 31. Unit Testing, Benchmarking, and Logging
- Part III. Applying Go
- Back Matter
Product information
- Title: Pro Go: The Complete Guide to Programming Reliable and Efficient Software Using Golang
- Author(s):
- Release date: January 2022
- Publisher(s): Apress
- ISBN: 9781484273555
You might also like
video
Ultimate Go Programming, Second Edition
An updated edition of this video title is available. Please go to Ultimate Go: Advanced Concepts …
book
Domain-Driven Design with Golang
Understand the concept of Domain-driven design and build two DDD systems from scratch that can be …
video
Clean Code Fundamentals
Expanded Edition (Updated February 2022) Updated with episodes from SOLID Principles and Advanced TDD in the …
book
Learning Go, 2nd Edition
Go has rapidly become the preferred language for building web services. Plenty of tutorials are available …