//
pkg.gl
Category
github.com/ggvylf/learngo
basic
interfaces
jicheng
package
0.0.0-20241017075109-56ccb744ed38
Repository:
https://github.com/ggvylf/learngo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
35 SLOC
#
Structs
Animal
定义一个Animal类型的struct.
Dog
定义一个Dog类型的struct,扩展了Animal的struct.