learning

module
v0.0.0-...-6c2044b Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2022 License: Apache-2.0

Directories

Path Synopsis
std
basic command
for range if else switch case default fallthrough 跳轉語句:break continue goto
for range if else switch case default fallthrough 跳轉語句:break continue goto
basic/array command
basic/container command
basic/map command
Map (1) key必须是支持==和!=比较运算的类型,不可以是func,map,slice (2) map使用make创建 make([keyType]valueType,capacity),capacity容量可以省略
Map (1) key必须是支持==和!=比较运算的类型,不可以是func,map,slice (2) map使用make创建 make([keyType]valueType,capacity),capacity容量可以省略
cli/urfave command
concurrency command
concurrency/select command
【golang select机制】 检查每个case语句 如果有任意一个chan是send or receive ready,那么就执行该block 如果多个case是ready的,那么随机找1个并执行该block 如果都没有ready,那么就block and wait 如果有default block,而且其他的case都没有ready,就执行该default block
【golang select机制】 检查每个case语句 如果有任意一个chan是send or receive ready,那么就执行该block 如果多个case是ready的,那么随机找1个并执行该block 如果都没有ready,那么就block and wait 如果有default block,而且其他的case都没有ready,就执行该default block
file command
http command
interface command
json command
log command
net command
pprof command
reflect command
struct command
Method Expressions: MethodExpr = ReceiverType "." MethodName ReceiverType = TypeName | "(" "*" TypeName ")" | "(" ReceiverType ")"
Method Expressions: MethodExpr = ReceiverType "." MethodName ReceiverType = TypeName | "(" "*" TypeName ")" | "(" ReceiverType ")"
test/labs11 command
test/labs13 command
test/labs14 command
test/labs30 command
timer command

Jump to

Keyboard shortcuts

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