package
0.0.0-20190403151507-632f8f1e2f88
Repository: https://github.com/leslie1sme/golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
结构体可以使用匿名结构体的任意字段(大写或者小写均可使用)或者方法.
No description provided by the author
反序列化将json反序列化成切片,map,struct.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

golang的interface test.
不破坏原来老猴子的规则和结构,扩展出新的功能,使用实现接口的方式。A结构体继承了B结构体,那么A结构体自动继承了B结构体的字段和方法,并且可以直接使用当A结构体需要扩展功能,而又不希望破坏继承关系,则可以采用实现接口的方法.
No description provided by the author