All Projects → teh-cmc → Go Internals

teh-cmc / Go Internals

Licence: other
A book about the internals of the Go programming language.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Go Internals

Little Aspnetcore Book
The Little ASP.NET Core Book, a friendly introduction to web programming and ASP.NET Core 2.0
Stars: ✭ 637 (-90.48%)
Mutual labels:  book
Interpy Zh
📘《Python进阶》(Intermediate Python 中文版)
Stars: ✭ 5,964 (-10.91%)
Mutual labels:  book
Example.v2
An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).
Stars: ✭ 722 (-89.21%)
Mutual labels:  book
Clean Code Persian
ترجمه گروهی کتاب کدتمیز
Stars: ✭ 659 (-90.16%)
Mutual labels:  book
Html5 Animation
Foundation HTML5 Animation with JavaScript example code and book exercises.
Stars: ✭ 667 (-90.04%)
Mutual labels:  book
The Way To Go zh cn
《The Way to Go》中文译本,中文正式名《Go 入门指南》
Stars: ✭ 28,323 (+323.11%)
Mutual labels:  book
Node.js design patterns second edition code
Code repository for Node.js Design Patterns Second Edition, published by Packt
Stars: ✭ 617 (-90.78%)
Mutual labels:  book
Easybook
Book publishing as easy as it should be (built with Symfony components)
Stars: ✭ 744 (-88.89%)
Mutual labels:  book
Awk Anti Textbook
learn awk by example
Stars: ✭ 676 (-89.9%)
Mutual labels:  book
Buildfirst
🔨 JavaScript Application Design: A Build First Approach. Code Samples and Snippets
Stars: ✭ 715 (-89.32%)
Mutual labels:  book
Blockchain guide
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
Stars: ✭ 5,897 (-11.91%)
Mutual labels:  book
Ibooks
计算机图书,java,mysql,架构类,web
Stars: ✭ 666 (-90.05%)
Mutual labels:  book
Pure Bash Bible
📖 A collection of pure bash alternatives to external processes.
Stars: ✭ 28,109 (+319.91%)
Mutual labels:  book
Book
Book PDF
Stars: ✭ 638 (-90.47%)
Mutual labels:  book
Webrtc Book Cn
中文翻译 《 Real-Time Communication with WebRTC 》
Stars: ✭ 726 (-89.15%)
Mutual labels:  book
Dasarpemrogramangolang
📖 Source Code E-book Dasar Pemrograman Golang
Stars: ✭ 625 (-90.66%)
Mutual labels:  book
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (-6.62%)
Mutual labels:  book
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (-88.74%)
Mutual labels:  book
Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+7.87%)
Mutual labels:  book
Progit
Pro Git Book Content, 1st Edition - This content is deprecated. See 2nd edition at [progit2](https://github.com/progit/progit2)
Stars: ✭ 5,972 (-10.79%)
Mutual labels:  book

go-internals

go-internals is a work-in-progress book about the internals of the Go (1.10+) programming language.


Table of Contents


Click here for the GitBook version.

Goals

  • Concise: The book aims to be as concise as possible, encouraging code and diagrams over lengthy prose.
  • Community-effort: I myself am learning as I go through the writing of this book. I will make mistakes along the way. Hopefully the community can help in pointing out and correcting these mistakes.
  • Beyond the theory: The book will not just cover the theory, but the actual implementation too. Assumptions will be proven or invalidated via experiments and measurements.
  • Up-to-Date: The book will try to keep up-to-date with new Go versions being released.
  • Experienced audience: The Go community has created loads of great introductory material for newcomers. Unfortunately we're still lacking good resources when it comes to the more advanced stuff. This books hopes to help solve this issue.

Translations

Contributing

All kinds of contributions are very much welcome.

Don't hesitate to open an issue for e.g...:

  • pointing out technical or english mistakes
  • suggesting improvements and/or additions to existing chapters
  • suggesting external links that might be of interest
  • ..and pretty much anything else you can think of, really!

Author

Clement Rey <[email protected]> (@teh_cmc)

License

Licensed under the BY-NC-SA Creative Commons 4.0 International Public License

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].