All Projects → golang101 → Golang101

golang101 / Golang101

Go语言101 : 一本侧重于Go语言语法和语义的编程解释和指导书

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Golang101

Edition Guide
A guide to changes between various editions of Rust
Stars: ✭ 141 (-94.99%)
Mutual labels:  book
Cqrs Documents
E-book of Greg Young's CQRS Documents
Stars: ✭ 148 (-94.74%)
Mutual labels:  book
Pcl Cn
Practical Common Lisp (中英文对照版) - for Chinese only
Stars: ✭ 155 (-94.49%)
Mutual labels:  book
Classiccomputerscienceproblemsinswift
Source Code for the Book Classic Computer Science Problems in Swift
Stars: ✭ 142 (-94.96%)
Mutual labels:  book
Deep Learning With Tensorflow Book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Stars: ✭ 12,105 (+330.02%)
Mutual labels:  book
Ebook Template
Template to create PDF, ePub and Kindle books with Asciidoctor
Stars: ✭ 150 (-94.67%)
Mutual labels:  book
Intro To Vuejs
Introduction to VueJS the anti-textbook (work in progress)
Stars: ✭ 138 (-95.1%)
Mutual labels:  book
Fastbook
The fastai book, published as Jupyter Notebooks
Stars: ✭ 13,998 (+397.26%)
Mutual labels:  book
Stpageflip
Simple library for creating realistic page turning effects
Stars: ✭ 146 (-94.81%)
Mutual labels:  book
Coding To Monetization
📖 From Coding to Monetization:Programmer's Financial Freedom Approach
Stars: ✭ 152 (-94.6%)
Mutual labels:  book
Using Zf3 Book Samples
Samples for the Using Zend Framework 3 book
Stars: ✭ 143 (-94.92%)
Mutual labels:  book
Phpapprentice
An online book for learning PHP
Stars: ✭ 145 (-94.85%)
Mutual labels:  book
Micro Frontends In Action Code
The Tractor Store - sample code from the book Micro Frontends in Action
Stars: ✭ 148 (-94.74%)
Mutual labels:  book
Cs Books Pdf
编程电子书pdf,计算机常用电子书整理(高质量/附下载链接)包括 Java, Python, Linux, Go, C, C++, 数据结构与算法, AI人工智能, 计算机基础, 面试, 设计模式, 数据库, 前端等编程书籍。
Stars: ✭ 140 (-95.03%)
Mutual labels:  book
Nodejsinaction
The Node.js in Action (Manning) code repository
Stars: ✭ 157 (-94.42%)
Mutual labels:  book
Easyreader
基于React native 的开源小说阅读器
Stars: ✭ 139 (-95.06%)
Mutual labels:  book
Plai Cn
Programming Languages: Application and Interpretation
Stars: ✭ 151 (-94.64%)
Mutual labels:  book
Adv R
Advanced R: a book
Stars: ✭ 2,000 (-28.95%)
Mutual labels:  book
Practical Cryptography For Developers Book
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
Stars: ✭ 2,400 (-14.74%)
Mutual labels:  book
Book Open Source Tips
Open Source book on Open Source Tips
Stars: ✭ 152 (-94.6%)
Mutual labels:  book

微信群召集帖 | 电子书下载


Go语言101是一本侧重于Go语言语法语义以及运行时相关知识点的编程解释和指导书。 此书旨在尽可能地帮助Go程序员更深更全面地理解Go语言。 此书也搜集了Go语言和Go编程中的很多细节。 此书同时适合Go初学者和有一定经验的Go程序员阅读。

此书的英文项目地址为:github.com/go101/go101

微信公众号(用于发布一些Go细节、常识和技巧):

(若上面二维码未显示出来,请点击此墙内版链接或者在微信中搜索"Go 101"公众号。)

致谢

本书致谢一章

安装、更新以及本地阅读本书

如果你使用官方Go工具链v1.16+,则不需克隆本项目代码:

### 安装和更新

$ go install go101.org/golang101@latest

### 本地阅读(GOBIN路径需配置在PATH中。GOBIN路径的默认值为GOPATH/bin。)

$ golang101
Server started:
   http://localhost:12345 (non-cached version)
   http://127.0.0.1:12345 (cached version)

如果你使用官方Go工具链v1.15-或者欲做一些本地修改(比如准备提交PR等):

### 安装

$ git clone https://github.com/golang101/golang101.git

### 更新. 进入本书项目目录(包含当前`README.md`文件的目录),然后运行:

$ git pull

### 本地阅读本书. 进入本书项目目录,然后运行:

$ go run .
Server started:
   http://localhost:12345 (non-cached version)
   http://127.0.0.1:12345 (cached version)

本书起始页将自动在用户默认浏览器中打开。如果没有,请手动访问http://localhost:12345

命令行选项:

-port=1234
-theme=light # 或者 dark (默认)

一些注意事项

  • 如果在线版被墙了,请运行如上所述本地版或者下载离线版阅读。
  • 这本书仍在不断改进中。请阅读UPDATES.md以注意各种更新。
  • 本人保留本书的出版权(包括纸质和各种电子版)。请勿随意在线转载(转载之前请在本项目中开一个issue问询)。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].