add function +func IsValidURL(url string) bool {

This commit is contained in:
2024-06-01 15:37:51 -07:00
parent b9756ed8c4
commit 9302c14a6c
3 changed files with 11 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module sneak.berlin/go/util
go 1.14
require github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
)