Go语言编程规范---基于个人理解翻译 目录 介绍 Introduction 符号表示法 Notation 源代码表示 Source Code Representation 语法元素 Lexical elements 常量 Contants 变量 Variables 类型 Types 类型和值的属性 Properties of types and values 代码块 Blocks 声明和范围 Declarations and scope 表达式 Expressions 语句 Statements 内建函数 Built-in functions 包 Packages 程序的初始化和运行 Program initialization and execution 错误 Errors 运行时恐慌 Run-time panics 系统注意事项 System considerations 附录 Appendix