The Algorithms logoThe Algorithms
About
package abstractfactorry

// Concrete product
type adidasShirt struct {
	shirt
}

Adidasshirt

M