The Algorithms logoThe Algorithms
About
package abstractfactorry

// Concrete product
type adidasShoe struct {
	shoe
}

Adidasshoe

M