//
pkg.gl
Category
github.com/Danny5487401/go_advanced_code
chapter15_interfaceProgramming
03_better_solution
package
0.0.0-20240923050528-74966de37765
Repository:
https://github.com/danny5487401/go_advanced_code.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
40 SLOC
#
Functions
NewCity
No description provided by the author
NewCountry
内部初始化复杂,返回接口类型.
#
Structs
City
No description provided by the author
Country
打印名字.
WithTypeName
内嵌struct :embedded 的特性来删除冗余的代码。当然,代价是初始化会稍微麻烦点type WithName struct { Name string}.
#
Interfaces
Printer
No description provided by the author