From 584efdd703de257d16a712066cfce197e23b73a7 Mon Sep 17 00:00:00 2001 From: Ali Date: Fri, 10 Feb 2017 09:36:00 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eac388d..1ad6c9e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Micro check library in Golang. ## installation -`go get gopkg.in/alioygur/is.v1` +`go get github.com/alioygur/is` ## Not only regex @@ -61,4 +61,4 @@ Many thanks to our contributors: [contributors](https://github.com/alioygur/is/g I use code/got inspiration from these excellent libraries: - [arasatasaygin/is.js](https://github.com/arasatasaygin/is.js) Micro check library -- [asaskevich/govalidator](https://github.com/asaskevich/govalidator) [Go] Package of validators and sanitizers for strings, numerics, slices and structs \ No newline at end of file +- [asaskevich/govalidator](https://github.com/asaskevich/govalidator) [Go] Package of validators and sanitizers for strings, numerics, slices and structs From dbb09a3c8c18761ad8c99f99b3388f1e6792d741 Mon Sep 17 00:00:00 2001 From: Ali Date: Fri, 10 Feb 2017 09:37:57 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad6c9e..d356c30 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ func Alpha(s string) bool { ```go package main -import "gopkg.in/alioygur/is.v1" +import "github.com/alioygur/is" import "log" func main() {