Exemplo n.º 1
0
func (this *ShopImpl) check(v *shop.Shop) error {
	v.Name = strings.TrimSpace(v.Name)
	return nil
}