diff --git a/docs/convertor.md b/docs/convertor.md index e11f1c1..a36980f 100644 --- a/docs/convertor.md +++ b/docs/convertor.md @@ -5,7 +5,7 @@ Package convertor contains some functions for data type convertion. ## Source: -[https://github.com/duke-git/lancet/blob/main/convertor/convertor.go](https://github.com/duke-git/lancet/blob/main/convertor/convertor.go) +[https://github.com/duke-git/lancet/blob/v1/convertor/convertor.go](https://github.com/duke-git/lancet/blob/v1/convertor/convertor.go)
diff --git a/docs/convertor_zh-CN.md b/docs/convertor_zh-CN.md index f22877d..0985547 100644 --- a/docs/convertor_zh-CN.md +++ b/docs/convertor_zh-CN.md @@ -5,7 +5,7 @@ convertor转换器包支持一些常见的数据类型转换 ## 源码: -[https://github.com/duke-git/lancet/blob/main/convertor/convertor.go](https://github.com/duke-git/lancet/blob/main/convertor/convertor.go) +[https://github.com/duke-git/lancet/blob/v1/convertor/convertor.go](https://github.com/duke-git/lancet/blob/v1/convertor/convertor.go) diff --git a/docs/cryptor.md b/docs/cryptor.md index 5b98e72..2f6abd0 100644 --- a/docs/cryptor.md +++ b/docs/cryptor.md @@ -5,10 +5,10 @@ Package cryptor contains some functions for data encryption and decryption. Supp ## Source: -- [https://github.com/duke-git/lancet/blob/main/cryptor/aes.go](https://github.com/duke-git/lancet/blob/main/cryptor/aes.go) -- [https://github.com/duke-git/lancet/blob/main/cryptor/des.go](https://github.com/duke-git/lancet/blob/main/cryptor/des.go) -- [https://github.com/duke-git/lancet/blob/main/cryptor/basic.go](https://github.com/duke-git/lancet/blob/main/cryptor/basic.go) -- [https://github.com/duke-git/lancet/blob/main/cryptor/rsa.go](https://github.com/duke-git/lancet/blob/main/cryptor/rsa.go) +- [https://github.com/duke-git/lancet/blob/v1/cryptor/aes.go](https://github.com/duke-git/lancet/blob/v1/cryptor/aes.go) +- [https://github.com/duke-git/lancet/blob/v1/cryptor/des.go](https://github.com/duke-git/lancet/blob/v1/cryptor/des.go) +- [https://github.com/duke-git/lancet/blob/v1/cryptor/basic.go](https://github.com/duke-git/lancet/blob/v1/cryptor/basic.go) +- [https://github.com/duke-git/lancet/blob/v1/cryptor/rsa.go](https://github.com/duke-git/lancet/blob/v1/cryptor/rsa.go) diff --git a/docs/cryptor_zh-CN.md b/docs/cryptor_zh-CN.md index 6847bcb..d9bbd0d 100644 --- a/docs/cryptor_zh-CN.md +++ b/docs/cryptor_zh-CN.md @@ -5,10 +5,10 @@ cryptor加密包支持数据加密和解密,获取md5,hash值。支持base64 ## 源码: -- [https://github.com/duke-git/lancet/blob/main/cryptor/aes.go](https://github.com/duke-git/lancet/blob/main/cryptor/aes.go) -- [https://github.com/duke-git/lancet/blob/main/cryptor/des.go](https://github.com/duke-git/lancet/blob/main/cryptor/des.go) -- [https://github.com/duke-git/lancet/blob/main/cryptor/basic.go](https://github.com/duke-git/lancet/blob/main/cryptor/basic.go) -- [https://github.com/duke-git/lancet/blob/main/cryptor/rsa.go](https://github.com/duke-git/lancet/blob/main/cryptor/rsa.go) +- [https://github.com/duke-git/lancet/blob/v1/cryptor/aes.go](https://github.com/duke-git/lancet/blob/v1/cryptor/aes.go) +- [https://github.com/duke-git/lancet/blob/v1/cryptor/des.go](https://github.com/duke-git/lancet/blob/v1/cryptor/des.go) +- [https://github.com/duke-git/lancet/blob/v1/cryptor/basic.go](https://github.com/duke-git/lancet/blob/v1/cryptor/basic.go) +- [https://github.com/duke-git/lancet/blob/v1/cryptor/rsa.go](https://github.com/duke-git/lancet/blob/v1/cryptor/rsa.go) diff --git a/docs/datetime.md b/docs/datetime.md index 4ec076f..1da0160 100644 --- a/docs/datetime.md +++ b/docs/datetime.md @@ -5,7 +5,7 @@ Package datetime supports date and time format and compare. ## Source: -[https://github.com/duke-git/lancet/blob/main/datetime/datetime.go](https://github.com/duke-git/lancet/blob/main/datetime/datetime.go) +[https://github.com/duke-git/lancet/blob/v1/datetime/datetime.go](https://github.com/duke-git/lancet/blob/v1/datetime/datetime.go) diff --git a/docs/datetime_zh-CN.md b/docs/datetime_zh-CN.md index db6c889..67ca138 100644 --- a/docs/datetime_zh-CN.md +++ b/docs/datetime_zh-CN.md @@ -5,7 +5,7 @@ datetime日期时间处理包,格式化日期,比较日期。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/datetime/datetime.go](https://github.com/duke-git/lancet/blob/main/datetime/datetime.go) +[https://github.com/duke-git/lancet/blob/v1/datetime/datetime.go](https://github.com/duke-git/lancet/blob/v1/datetime/datetime.go) diff --git a/docs/fileutil.md b/docs/fileutil.md index 61a7b4d..ba058d4 100644 --- a/docs/fileutil.md +++ b/docs/fileutil.md @@ -5,7 +5,7 @@ Package fileutil implements some basic functions for file operations. ## Source: -[https://github.com/duke-git/lancet/blob/main/fileutil/file.go](https://github.com/duke-git/lancet/blob/main/fileutil/file.go) +[https://github.com/duke-git/lancet/blob/v1/fileutil/file.go](https://github.com/duke-git/lancet/blob/v1/fileutil/file.go) diff --git a/docs/fileutil_zh-CN.md b/docs/fileutil_zh-CN.md index d25ce56..db45280 100644 --- a/docs/fileutil_zh-CN.md +++ b/docs/fileutil_zh-CN.md @@ -5,7 +5,7 @@ fileutil包支持文件基本操作。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/fileutil/file.go](https://github.com/duke-git/lancet/blob/main/fileutil/file.go) +[https://github.com/duke-git/lancet/blob/v1/fileutil/file.go](https://github.com/duke-git/lancet/blob/v1/fileutil/file.go) diff --git a/docs/formatter.md b/docs/formatter.md index c07e940..e325589 100644 --- a/docs/formatter.md +++ b/docs/formatter.md @@ -5,7 +5,7 @@ formatter contains some functions for data formatting. ## Source: -[https://github.com/duke-git/lancet/blob/main/formatter/formatter.go](https://github.com/duke-git/lancet/blob/main/formatter/formatter.go) +[https://github.com/duke-git/lancet/blob/v1/formatter/formatter.go](https://github.com/duke-git/lancet/blob/v1/formatter/formatter.go) diff --git a/docs/formatter_zh-CN.md b/docs/formatter_zh-CN.md index 4b178ae..c62885a 100644 --- a/docs/formatter_zh-CN.md +++ b/docs/formatter_zh-CN.md @@ -5,7 +5,7 @@ formatter格式化器包含一些数据格式化处理方法。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/formatter/formatter.go](https://github.com/duke-git/lancet/blob/main/formatter/formatter.go) +[https://github.com/duke-git/lancet/blob/v1/formatter/formatter.go](https://github.com/duke-git/lancet/blob/v1/formatter/formatter.go) diff --git a/docs/function.md b/docs/function.md index 8ca3d9a..a0bfc38 100644 --- a/docs/function.md +++ b/docs/function.md @@ -5,8 +5,8 @@ Package function can control the flow of function execution and support part of ## Source: -[https://github.com/duke-git/lancet/blob/main/function/function.go](https://github.com/duke-git/lancet/blob/main/function/function.go) -[https://github.com/duke-git/lancet/blob/main/function/watcher.go](https://github.com/duke-git/lancet/blob/main/function/watcher.go) +[https://github.com/duke-git/lancet/blob/v1/function/function.go](https://github.com/duke-git/lancet/blob/v1/function/function.go) +[https://github.com/duke-git/lancet/blob/v1/function/watcher.go](https://github.com/duke-git/lancet/blob/v1/function/watcher.go) diff --git a/docs/function_zh-CN.md b/docs/function_zh-CN.md index 8fdfaaa..5717a75 100644 --- a/docs/function_zh-CN.md +++ b/docs/function_zh-CN.md @@ -5,8 +5,8 @@ function函数包控制函数执行流程,包含部分函数式编程。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/function/function.go](https://github.com/duke-git/lancet/blob/main/function/function.go) -[https://github.com/duke-git/lancet/blob/main/function/watcher.go](https://github.com/duke-git/lancet/blob/main/function/watcher.go) +[https://github.com/duke-git/lancet/blob/v1/function/function.go](https://github.com/duke-git/lancet/blob/v1/function/function.go) +[https://github.com/duke-git/lancet/blob/v1/function/watcher.go](https://github.com/duke-git/lancet/blob/v1/function/watcher.go) diff --git a/docs/mathutil.md b/docs/mathutil.md index b911f38..6f719b7 100644 --- a/docs/mathutil.md +++ b/docs/mathutil.md @@ -5,7 +5,7 @@ Package mathutil implements some functions for math calculation. ## Source: -[https://github.com/duke-git/lancet/blob/main/mathutil/mathutil.go](https://github.com/duke-git/lancet/blob/main/mathutil/mathutil.go) +[https://github.com/duke-git/lancet/blob/v1/mathutil/mathutil.go](https://github.com/duke-git/lancet/blob/v1/mathutil/mathutil.go) diff --git a/docs/mathutil_zh-CN.md b/docs/mathutil_zh-CN.md index a0ceb6a..758c23f 100644 --- a/docs/mathutil_zh-CN.md +++ b/docs/mathutil_zh-CN.md @@ -5,7 +5,7 @@ mathutil包实现了一些数学计算的函数. ## 源码: -[https://github.com/duke-git/lancet/blob/main/mathutil/mathutil.go](https://github.com/duke-git/lancet/blob/main/mathutil/mathutil.go) +[https://github.com/duke-git/lancet/blob/v1/mathutil/mathutil.go](https://github.com/duke-git/lancet/blob/v1/mathutil/mathutil.go) diff --git a/docs/netutil.md b/docs/netutil.md index ac8eb1f..fe861bc 100644 --- a/docs/netutil.md +++ b/docs/netutil.md @@ -5,9 +5,9 @@ Package netutil contains functions to get net information and send http request. ## Source: -[https://github.com/duke-git/lancet/blob/main/netutil/net.go](https://github.com/duke-git/lancet/blob/main/netutil/net.go) +[https://github.com/duke-git/lancet/blob/v1/netutil/net.go](https://github.com/duke-git/lancet/blob/v1/netutil/net.go) -[https://github.com/duke-git/lancet/blob/main/netutil/http.go](https://github.com/duke-git/lancet/blob/main/netutil/http.go) +[https://github.com/duke-git/lancet/blob/v1/netutil/http.go](https://github.com/duke-git/lancet/blob/v1/netutil/http.go) diff --git a/docs/netutil_zh-CN.md b/docs/netutil_zh-CN.md index 8cbe3f3..8a597e4 100644 --- a/docs/netutil_zh-CN.md +++ b/docs/netutil_zh-CN.md @@ -5,9 +5,9 @@ netutil网络包支持获取ip地址,发送http请求。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/netutil/net.go](https://github.com/duke-git/lancet/blob/main/netutil/net.go) +[https://github.com/duke-git/lancet/blob/v1/netutil/net.go](https://github.com/duke-git/lancet/blob/v1/netutil/net.go) -[https://github.com/duke-git/lancet/blob/main/netutil/http.go](https://github.com/duke-git/lancet/blob/main/netutil/http.go) +[https://github.com/duke-git/lancet/blob/v1/netutil/http.go](https://github.com/duke-git/lancet/blob/v1/netutil/http.go) diff --git a/docs/random.md b/docs/random.md index 4cf260c..e797985 100644 --- a/docs/random.md +++ b/docs/random.md @@ -5,7 +5,7 @@ Package random implements some basic functions to generate random int and string ## Source: -[https://github.com/duke-git/lancet/blob/main/random/random.go](https://github.com/duke-git/lancet/blob/main/random/random.go) +[https://github.com/duke-git/lancet/blob/v1/random/random.go](https://github.com/duke-git/lancet/blob/v1/random/random.go) diff --git a/docs/random_zh-CN.md b/docs/random_zh-CN.md index e3ff93e..56b0824 100644 --- a/docs/random_zh-CN.md +++ b/docs/random_zh-CN.md @@ -5,7 +5,7 @@ random随机数生成器包,可以生成随机[]bytes, int, string。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/random/random.go](https://github.com/duke-git/lancet/blob/main/random/random.go) +[https://github.com/duke-git/lancet/blob/v1/random/random.go](https://github.com/duke-git/lancet/blob/v1/random/random.go) diff --git a/docs/retry.md b/docs/retry.md index abfd858..a0483c1 100644 --- a/docs/retry.md +++ b/docs/retry.md @@ -5,7 +5,7 @@ Package retry is for executing a function repeatedly until it was successful or ## Source: -[https://github.com/duke-git/lancet/blob/main/retry/retry.go](https://github.com/duke-git/lancet/blob/main/retry/retry.go) +[https://github.com/duke-git/lancet/blob/v1/retry/retry.go](https://github.com/duke-git/lancet/blob/v1/retry/retry.go) diff --git a/docs/retry_zh-CN.md b/docs/retry_zh-CN.md index 23f136e..5613f31 100644 --- a/docs/retry_zh-CN.md +++ b/docs/retry_zh-CN.md @@ -5,7 +5,7 @@ retry重试执行函数直到函数运行成功或被context cancel。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/retry/retry.go](https://github.com/duke-git/lancet/blob/main/retry/retry.go) +[https://github.com/duke-git/lancet/blob/v1/retry/retry.go](https://github.com/duke-git/lancet/blob/v1/retry/retry.go) diff --git a/docs/slice.md b/docs/slice.md index 27cac1a..70909ba 100644 --- a/docs/slice.md +++ b/docs/slice.md @@ -5,7 +5,7 @@ Package slice implements some functions to manipulate slice. ## Source: -[https://github.com/duke-git/lancet/blob/main/slice/slice.go](https://github.com/duke-git/lancet/blob/main/slice/slice.go) +[https://github.com/duke-git/lancet/blob/v1/slice/slice.go](https://github.com/duke-git/lancet/blob/v1/slice/slice.go) diff --git a/docs/slice_zh-CN.md b/docs/slice_zh-CN.md index 18bab8d..45dfb13 100644 --- a/docs/slice_zh-CN.md +++ b/docs/slice_zh-CN.md @@ -5,7 +5,7 @@ slice包包含操作切片的方法集合。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/slice/slice.go](https://github.com/duke-git/lancet/blob/main/slice/slice.go) +[https://github.com/duke-git/lancet/blob/v1/slice/slice.go](https://github.com/duke-git/lancet/blob/v1/slice/slice.go) diff --git a/docs/strutil.md b/docs/strutil.md index 7b83263..ad574d0 100644 --- a/docs/strutil.md +++ b/docs/strutil.md @@ -5,7 +5,7 @@ Package strutil contains some functions to manipulate string. ## Source: -[https://github.com/duke-git/lancet/blob/main/strutil/string.go](https://github.com/duke-git/lancet/blob/main/strutil/string.go) +[https://github.com/duke-git/lancet/blob/v1/strutil/string.go](https://github.com/duke-git/lancet/blob/v1/strutil/string.go) diff --git a/docs/strutil_zh-CN.md b/docs/strutil_zh-CN.md index 35d3ef3..7f8c441 100644 --- a/docs/strutil_zh-CN.md +++ b/docs/strutil_zh-CN.md @@ -5,7 +5,7 @@ strutil包含处理字符串的相关函数。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/strutil/string.go](https://github.com/duke-git/lancet/blob/main/strutil/string.go) +[https://github.com/duke-git/lancet/blob/v1/strutil/string.go](https://github.com/duke-git/lancet/blob/v1/strutil/string.go) diff --git a/docs/system.md b/docs/system.md index 6e2adae..e08bc0d 100644 --- a/docs/system.md +++ b/docs/system.md @@ -5,7 +5,7 @@ Package system contains some functions about os, runtime, shell command. ## Source: -[https://github.com/duke-git/lancet/blob/main/system/os.go](https://github.com/duke-git/lancet/blob/main/system/os.go) +[https://github.com/duke-git/lancet/blob/v1/system/os.go](https://github.com/duke-git/lancet/blob/v1/system/os.go) diff --git a/docs/system_zh-CN.md b/docs/system_zh-CN.md index 166d892..7193e3e 100644 --- a/docs/system_zh-CN.md +++ b/docs/system_zh-CN.md @@ -5,7 +5,7 @@ system包含os, runtime, shell command相关函数。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/system/os.go](https://github.com/duke-git/lancet/blob/main/system/os.go) +[https://github.com/duke-git/lancet/blob/v1/system/os.go](https://github.com/duke-git/lancet/blob/v1/system/os.go) diff --git a/docs/validator.md b/docs/validator.md index f4275f1..333e2e5 100644 --- a/docs/validator.md +++ b/docs/validator.md @@ -5,7 +5,7 @@ Package validator contains some functions for data validation. ## Source: -[https://github.com/duke-git/lancet/blob/main/validator/validator.go](https://github.com/duke-git/lancet/blob/main/validator/validator.go) +[https://github.com/duke-git/lancet/blob/v1/validator/validator.go](https://github.com/duke-git/lancet/blob/v1/validator/validator.go) diff --git a/docs/validator_zh-CN.md b/docs/validator_zh-CN.md index 00c5e10..de01a0d 100644 --- a/docs/validator_zh-CN.md +++ b/docs/validator_zh-CN.md @@ -5,7 +5,7 @@ validator验证器包,包含常用字符串格式验证函数。 ## 源码: -[https://github.com/duke-git/lancet/blob/main/validator/validator.go](https://github.com/duke-git/lancet/blob/main/validator/validator.go) +[https://github.com/duke-git/lancet/blob/v1/validator/validator.go](https://github.com/duke-git/lancet/blob/v1/validator/validator.go)