Skip to content

huguanghui/StartGo

Repository files navigation

StartGo

开始接触GO的入门练习.

Go的历史

Google在2009年发布的编程语言. 罗布·派克(Rob Pike) Thompson Robert Griesemer

在不损失应用程序性能的情况下降低代码的复杂性

type

struct的使用

type tcpKeepAliveListener struct {
    *net.TCPListener
}

Net

tcp

net.Listen("tcp", addr)
l.Accept()

hub 应用

command -> runner -> args

About

开始接触GO的入门练习.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published