Exemplo n.º 1
0
func (i IsHexcolorChecker) IsFormat(data string) bool {
	return govalidator.IsHexcolor(data)
}
Exemplo n.º 2
0
func (s *service) IsHexcolor(str string) bool                { return gov.IsHexcolor(str) }