- Errata
- 勘误正文
- Chapter 1 Architecture
- Chapter 2 Overview of the Go language
- Chapter 3 Socket-level Programming
- Chapter 4 Data serialisation
- Chapter 5 Application-Level Protocols
- Chapter 6 Managing character sets and encodings
- Chapter 7 Security
- Chapter 8 HTTP
- Chapter 9 Templates
- Chapter 10 A Complete Web Server
- Chapter 11 HTML
- Chapter 12 XML
- Chapter 13 Remote Procedure Call
- Chapter 14 Network channels
- Chapter 15 Web Sockets
- Index
Errata
原文勘误表
格式如下:
Chapter <n> <chaptername>L<n>, C<n>: <typo> -> <fixed>
其中:
Ln = typo行号Cn = typo列号
例如:
## Chapter 1 ArchitectureL51, C76: sytems -> systemsL58, C30: highl evel -> high level? L84, C37: independance -> independence...## Chapter 2 Overview of the Go languageNone## Chapter 3 Socket-level ProgrammingLxx, Cxx: xxx -> yyy...
请各章译者自行添加到相应小节中;行号以源码原文为准。
注:由于作者所用英语为澳大利亚方言(en_AU),因此有些不能算typo,不确定的请前缀?。
勘误正文
Chapter 1 Architecture
L51, C76 : sytems -> systemsL58, C30 : highl evel -> high level? L84, C37 : independance -> independenceL91, C191: succesful -> successfulL108, C6 : Thre -> There? L114, C310: organisation -> organization? L114, C343: organisation -> organization? L118, C159: organisation -> organizationL116, C194: Are -> AreaL116, C228: Are -> Area? L120, C341: compatable -> compatibleL122, C245: smorgasborg -> smorgasbordL142, C23 : TFP -> TFTP? L156, C52 : independant -> independentL186, C21 : lvel -> levelL188, C276: similarlym -> similarlyL230, C56 : intrepreting -> interpretingL230, C174: thir -> theirL232, C60 : stroing -> storingL236, C47 : applicaitons -> applicationsL236, C139: sysem -> systemL246, C141: usuall -> usuallyL248, C46 : Al -> AllL252, C53 : acess -> accessL254, C30 : scuh -> suchL288, C68 : laelled -> labelledL288, C108: diplay -> displayL292, C20 : teh -> the? L373, C47 : incompatable -> incompatible? L448, C204: recognise -> recognize
Chapter 2 Overview of the Go language
None
