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