package
0.0.0-20240923050528-74966de37765
Repository: https://github.com/danny5487401/go_advanced_code.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
内部初始化复杂,返回接口类型.

# Structs

No description provided by the author
打印名字.
内嵌struct :embedded 的特性来删除冗余的代码。当然,代价是初始化会稍微麻烦点type WithName struct { Name string}.

# Interfaces

No description provided by the author