Browse Source

Update go.mod

tags/v1.0.0
guanguans 3 years ago
parent
commit
3e655b9b53
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      generator.go
  2. +1
    -1
      helper.go
  3. +1
    -1
      id_validator.go

+ 1
- 1
generator.go View File

@@ -1,7 +1,7 @@
package idvalidator package idvalidator


import ( import (
"id-validator/data"
"github.com/guanguans/id-validator/data"
"math" "math"
"math/rand" "math/rand"
"regexp" "regexp"


+ 1
- 1
helper.go View File

@@ -1,7 +1,7 @@
package idvalidator package idvalidator


import ( import (
"id-validator/data"
"github.com/guanguans/id-validator/data"
"strconv" "strconv"
"strings" "strings"
) )


+ 1
- 1
id_validator.go View File

@@ -5,7 +5,7 @@ import (
"strconv" "strconv"
"time" "time"


"id-validator/data"
"github.com/guanguans/id-validator/data"
) )


// 身份证信息 // 身份证信息


Loading…
Cancel
Save