startgo

module
v0.0.0-...-4b4031c Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2019 License: MIT

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()

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
* * 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