Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alioygur/is
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuygur committed Feb 13, 2017
2 parents 8178005 + dbb09a3 commit 204f487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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() {
Expand Down Expand Up @@ -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
- [asaskevich/govalidator](https://github.com/asaskevich/govalidator) [Go] Package of validators and sanitizers for strings, numerics, slices and structs

0 comments on commit 204f487

Please sign in to comment.