Open BruceWang666 opened 6 years ago
Hello guys! I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back Link to my repo: create issue there and we'll discuss it.
Hello guys! I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back Link to my repo: create issue there and we'll discuss it.
Hi! Please check this out https://github.com/sergeyglazyrindev/govalidator/pull/2
package main
import ( "fmt"
)
func main() { fmt.Println(govalidator.IsDataURI("http://majesticraft.com/deedee/ke/fdee/purchase%order.doc")) fmt.Println(govalidator.IsURL("http://majesticraft.com/deedee/ke/fdee/purchase%order.doc")) }
output: false false