All Projects → hyper0x → Go_command_tutorial

hyper0x / Go_command_tutorial

Licence: gpl-3.0
Golang command tutorial in Chinese.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to Go command tutorial

Poisson blend
Seamless copy-and-paste of images with Poisson Blending.
Stars: ✭ 277 (-91.22%)
Mutual labels:  tutorial
Modern Java Zh
📖 【译】Java 8 简明教程
Stars: ✭ 279 (-91.16%)
Mutual labels:  tutorial
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-91.16%)
Mutual labels:  tutorial
Concuerror
Concuerror is a stateless model checking tool for Erlang programs.
Stars: ✭ 277 (-91.22%)
Mutual labels:  tool
Try Django 19
Try Django 1.9 is an introduction to Django version 1.9 by creating a simple, yet robust, Django blog. This series covers a variety of Django basics as well as Django 1.9 specific material. Created by Team CFE @ http://joincfe.com.
Stars: ✭ 279 (-91.16%)
Mutual labels:  tutorial
Solid
Книга о принципах объектно-ориентированного дизайна SOLID
Stars: ✭ 280 (-91.13%)
Mutual labels:  tutorial
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+9.41%)
Mutual labels:  tutorial
Basic Blockchain Programming
Sample code from my blog series "Basic blockchain programming".
Stars: ✭ 282 (-91.06%)
Mutual labels:  tutorial
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (-91.16%)
Mutual labels:  tutorial
Habitctl
Minimalist command line tool you can use to track and examine your habits.
Stars: ✭ 277 (-91.22%)
Mutual labels:  command
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (-91.25%)
Mutual labels:  tutorial
Lerna Tutorial
🐉 A basic description of how to use Lerna
Stars: ✭ 278 (-91.19%)
Mutual labels:  tutorial
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (-91.16%)
Mutual labels:  tutorial
Golang Tutorials
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Stars: ✭ 277 (-91.22%)
Mutual labels:  tutorial
Program Y
Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
Stars: ✭ 281 (-91.09%)
Mutual labels:  tutorial
Crystal Book
Crystal docs at https://crystal-lang.org/reference
Stars: ✭ 275 (-91.28%)
Mutual labels:  tutorial
Teip
Select partial standard input and replace with the result of another command efficiently
Stars: ✭ 280 (-91.13%)
Mutual labels:  tool
Articles
🔖My Learning Notes and Memories - 分享我的学习片段和与你的回忆
Stars: ✭ 3,040 (-3.65%)
Mutual labels:  tutorial
Eth Dev Reading List
A list of links to articles, tutorials and papers that are helpful for people developing on the ethereum stack
Stars: ✭ 280 (-91.13%)
Mutual labels:  tutorial
U Case
Represent use cases in a simple and powerful way while writing modular, expressive and sequentially logical code.
Stars: ✭ 281 (-91.09%)
Mutual labels:  command

GO 命令教程

作者介绍

郝林,从事互联网软件研发和管理工作已有15年,在银行、电信、社交网络、互联网金融、电子商务、大数据等领域都工作过。我对Go语言和Julia语言都情有独钟,并且目前正在独立从事编程教育研究、专业内容输出、在线社群运营等工作。我制作和发布过一些很受欢迎的免费教程、技术图书和付费专栏,其中就包括本教程。另外还有(按时间排序):慕课网的免费教程《Go语言第一课》、人邮图灵的原创技术图书《Go并发编程实战》、极客时间的付费专栏《Go语言核心36讲》等。

本教程的由来

这份Go命令教程原先是我撰写的图书《Go并发编程实战》中的一部分。这部分内容与并发编程的关系不大,故被砍掉。但是它是有价值的,也算是我对Go语言官方提供的标准命令的一个学习笔记。所以,我觉得应该把它做成免费资源分享给大家。经出版社的认可,我将这份教程放在这里供广大Go语言爱好者阅读。

信息更新

相关源

本教程在Github上的地址在这里。如果你喜欢本教程,请不吝Star。如果你想贡献一份力量,欢迎提交Pull Request(提示:请小步pr,避免大刀阔斧)。

针对Go 1.3和1.4版本的教程已被放入分支go1.3。而主分支此后一段时间内会致力于针对Go 1.5进行更新。

本教程中会提及一个名为goc2p的项目。该项目实际上是《Go并发编程实战》随书附带的示例项目。这本书中讲到的所有源码都在goc2p项目中。我已在《Go并发编程实战》出版之时将goc2p项目放出。另外,《Go并发编程实战》第2版的示例项目在这里,可供参考。

关于协议

我希望这个项目中的内容永远是免费的。也就是说,任何组织和个人不应该出于商业目的而摘取其中的内容。更详细的条款请阅读本项目中的LICENSE文件。

版本信息

书中内容及演示代码基于以下版本:

系统 版本信息
Golang 1.3(will be abandoned) + 1.5(in prograss)
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].