The Algorithms logoThe Algorithms
About
package abstractfactorry

// Concrete product
type nikeShirt struct {
	shirt
}

Nikeshirt

M