How To Code in Go

简介:
本书旨在向您介绍使用Go编程语言编写程序。您将学习如何编写可以在远程服务器或本地Windows,macOS和Linux系统上运行以进行开发的有用工具和应用程序。
在Windows、macOS和Linux系统上安装和设置本地Go开发环境使用条件逻辑设计程序,包括用于控制程序流的switch语句定义您自己的数据结构并为它们创建可重用代码的接口编写自定义错误处理函数构建和安装Go程序,以便它们可以在不同的操作系统和不同的CPU架构上运行使用标志将参数传递给程序,以覆盖默认选项
每一章都可以自己阅读,也可以作为参考,或者你可以从头到尾跟着章节。随意跳到最适合你的目的的一章或几章,因为你正在学习这本书。
英文简介:
This book is designed to introduce you to writing programs with the Go programming language. You'll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development.
Install and set up a local Go development environment on Windows, macOS, and Linux systemsDesign your programs with conditional logic, including switch statements to control program flowDefine your own data structures and create interfaces to them for reusable codeWrite custom error handling functionsBuilding and installing your Go programs so that they can run on different operating systems and different CPU architecturesUsing flags to pass arguments to your programs, to override default options
Each chapter can be read on its own or used as a reference, or you can follow the chapters from beginning to end. Feel free to jump to the chapter or chapters that best suits your purpose as you are learning Go with this book.
- 书名
- How To Code in Go
- 译名
- 如何用 Go 编写代码
- 语言
- 英语
- 年份
- 2020
- 页数
- 447页
- 大小
- 2.80 MB
- 下载
How To Code in Go.pdf
- 密码
- 65536
最后更新:2025-04-12 23:57:52
←Windows PowerShell Essentials
→Go Bootcamp: Everything You Need to Know to Get Started with Go