StartGo

command module
v0.0.0-...-95dfe02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2020 License: MIT Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
02_datatype_basic
02_datatype_multi
test_slice
slice类型的使用
slice类型的使用
04_channel
06_app
test_goechart
main.go
main.go
test_goechart_http
echartHttp.go
echartHttp.go
Package fixtures provides ...
Package fixtures provides ...
internal
* * curl http://localhost:8080/ * curl --data "users=hgh,hgh2" http://localhost:8080/import * curl http://localhost:8080/lucky
* * curl http://localhost:8080/ * curl --data "users=hgh,hgh2" http://localhost:8080/import * curl http://localhost:8080/lucky
main.go
main.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL