//
pkg.gl
Category
github.com/rayliao/learninggo
ch7
package
0.0.0-20220304031126-77fd66ca5d0c
Repository:
https://github.com/rayliao/learninggo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
65 SLOC
#
Functions
Log
Log msg.
#
Structs
Employee
No description provided by the author
Human
No description provided by the author
Student
No description provided by the author
#
Interfaces
Men
Interface Men被Human,Student和Employee实现 因为这三个类型都实现了这两个方法.