//
pkg.gl
Category
github.com/kelein/cookbook
easy-go-patterns
creational
factory
package
0.0.0-20241214025824-d997f9529958
Repository:
https://github.com/kelein/cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
30 SLOC
#
Functions
NewApple
NewApple return a new Apple instance.
NewPear
NewPear return a new Pear instance.
#
Structs
Apple
Apple of concrete.
Factory
Factory of concrete.
Pear
Pear of concrete.
#
Interfaces
Fruit
Fruit of abstract.