Giter VIP home page Giter VIP logo

golang101's Introduction

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


Go语言101是一本侧重于Go语言语法和语义的编程解释和指导书。 这本书也搜集了很多Go编程中的细节和讲解了一些底层实现原理(不含具体实现细节)。 这本书旨在尽可能地帮助Go程序员更深更全面地理解Go语言。 此书同时适合Go初学者和有一定经验的Go程序员阅读。

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

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

(若上面二维码未显示出来,请点击此墙内版链接。)

致谢

本书致谢一章

安装

运行

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

更新

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

$ git pull

本地阅读本书

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

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

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

一些注意事项

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.