//
pkg.gl
Category
github.com/mycodesmells/golang-examples
misc
embedding
package
0.1.0-rc1
Repository:
https://github.com/mycodesmells/golang-examples.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
64 SLOC
#
README
"Inheritance" with embedding structs
Inspired by Sean Kelly's talk on Golang UK 2017 (
video
).
See examples on
GoDoc page
.
#
Structs
MusicStar
No description provided by the author
Person
No description provided by the author
Singer
No description provided by the author