摘要:
Channels In Go channel 是一个Go重要的内建feature。和goroutine是两个独特的features让Go的并发特点是十分的便捷和有趣的。并且能极大的降低并发编程的难度。 这篇文章将会罗列一些channel相关的概念,语法和规则。为了更好的理解channel,会简单解释 阅读全文
摘要:
Console,tty,terminal,shell In unix terminology, the short answer is that terminal = tty = text input/output environment console = physical terminal sh 阅读全文