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