The Algorithms logoThe Algorithms
About
package abstractfactorry

//  Concrete product

type nikeShoe struct {
	shoe
}

Nikeshoe

M