1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00

clean document

This commit is contained in:
dudaodong
2022-12-15 16:13:32 +08:00
parent 43c2fd2a22
commit fb3de03f37
16 changed files with 15 additions and 34 deletions

View File

@@ -19,12 +19,14 @@ import (
<div STYLE="page-break-after: always;"></div> <div STYLE="page-break-after: always;"></div>
## Index ## Index
- [ColorHexToRGB](#ColorHexToRGB) - [ColorHexToRGB](#ColorHexToRGB)
- [ColorRGBToHex](#ColorRGBToHex) - [ColorRGBToHex](#ColorRGBToHex)
- [ToBool](#ToBool) - [ToBool](#ToBool)
- [ToBytes](#ToBytes) - [ToBytes](#ToBytes)
- [ToChar](#ToChar) - [ToChar](#ToChar)
- [ToChannel](#ToChannel) - [ToChannel](#ToChannel)
- [ToFloat](#ToFloat)
- [ToInt](#ToInt) - [ToInt](#ToInt)
- [ToJson](#ToJson) - [ToJson](#ToJson)
- [ToString](#ToString) - [ToString](#ToString)

View File

@@ -21,25 +21,19 @@ import (
## 目录 ## 目录
- [Convertor](#convertor) - [ColorHexToRGB](#ColorHexToRGB)
- [源码:](#源码) - [ColorRGBToHex](#ColorRGBToHex)
- [用法:](#用法) - [ToBool](#ToBool)
- [目录](#目录) - [ToBytes](#ToBytes)
- [文档](#文档) - [ToChar](#ToChar)
- [<span id="ColorHexToRGB">ColorHexToRGB</span>](#colorhextorgb) - [ToChannel](#ToChannel)
- [<span id="ColorRGBToHex">ColorRGBToHex</span>](#colorrgbtohex) - [ToFloat](#ToFloat)
- [<span id="ToBool">ToBool</span>](#tobool) - [ToInt](#ToInt)
- [<span id="ToBytes">ToBytes</span>](#tobytes) - [ToJson](#ToJson)
- [<span id="ToChar">ToChar</span>](#tochar) - [ToString](#ToString)
- [<span id="ToChannel">ToChannel</span>](#tochannel) - [StructToMap](#StructToMap)
- [<span id="ToFloat">ToFloat</span>](#tofloat) - [EncodeByte](#EncodeByte)
- [<span id="ToInt">ToInt</span>](#toint) - [DecodeByte](#DecodeByte)
- [<span id="ToJson">ToJson</span>](#tojson)
- [<span id="ToString">ToString</span>](#tostring)
- [<span id="StructToMap">StructToMap</span>](#structtomap)
- [<span id="EncodeByte">EncodeByte</span>](#encodebyte)
- [<span id="DecodeByte">DecodeByte</span>](#decodebyte)
<div STYLE="page-break-after: always;"></div> <div STYLE="page-break-after: always;"></div>

View File

@@ -47,7 +47,6 @@ import (
- [HmacSha1](#HmacSha1) - [HmacSha1](#HmacSha1)
- [HmacSha256](#HmacSha256) - [HmacSha256](#HmacSha256)
- [HmacSha512](#HmacSha512) - [HmacSha512](#HmacSha512)
- [Md5String](#Md5String) - [Md5String](#Md5String)
- [Md5File](#Md5File) - [Md5File](#Md5File)
- [Sha1](#Sha1) - [Sha1](#Sha1)

View File

@@ -33,7 +33,6 @@ import (
- [AesOfbDecrypt](#AesOfbDecrypt) - [AesOfbDecrypt](#AesOfbDecrypt)
- [Base64StdEncode](#Base64StdEncode) - [Base64StdEncode](#Base64StdEncode)
- [Base64StdDecode](#Base64StdDecode) - [Base64StdDecode](#Base64StdDecode)
- [DesEcbEncrypt](#DesEcbEncrypt) - [DesEcbEncrypt](#DesEcbEncrypt)
- [DesEcbDecrypt](#DesEcbDecrypt) - [DesEcbDecrypt](#DesEcbDecrypt)
- [DesCbcEncrypt](#DesCbcEncrypt) - [DesCbcEncrypt](#DesCbcEncrypt)
@@ -43,7 +42,6 @@ import (
- [DesCfbDecrypt](#DesCfbDecrypt) - [DesCfbDecrypt](#DesCfbDecrypt)
- [DesOfbEncrypt](#DesOfbEncrypt) - [DesOfbEncrypt](#DesOfbEncrypt)
- [DesOfbDecrypt](#DesOfbDecrypt) - [DesOfbDecrypt](#DesOfbDecrypt)
- [HmacMd5](#HmacMd5) - [HmacMd5](#HmacMd5)
- [HmacSha1](#HmacSha1) - [HmacSha1](#HmacSha1)
- [HmacSha256](#HmacSha256) - [HmacSha256](#HmacSha256)

View File

@@ -28,7 +28,6 @@ import (
- [BeginOfWeek](#BeginOfWeek) - [BeginOfWeek](#BeginOfWeek)
- [BeginOfMonth](#BeginOfMonth) - [BeginOfMonth](#BeginOfMonth)
- [BeginOfYear](#BeginOfYear) - [BeginOfYear](#BeginOfYear)
- [EndOfMinute](#EndOfMinute) - [EndOfMinute](#EndOfMinute)
- [EndOfHour](#EndOfHour) - [EndOfHour](#EndOfHour)
- [EndOfDay](#EndOfDay) - [EndOfDay](#EndOfDay)

View File

@@ -28,7 +28,6 @@ import (
- [BeginOfWeek](#BeginOfWeek) - [BeginOfWeek](#BeginOfWeek)
- [BeginOfMonth](#BeginOfMonth) - [BeginOfMonth](#BeginOfMonth)
- [BeginOfYear](#BeginOfYear) - [BeginOfYear](#BeginOfYear)
- [EndOfMinute](#EndOfMinute) - [EndOfMinute](#EndOfMinute)
- [EndOfHour](#EndOfHour) - [EndOfHour](#EndOfHour)
- [EndOfDay](#EndOfDay) - [EndOfDay](#EndOfDay)

View File

@@ -21,7 +21,6 @@ import (
## Index ## Index
- [ClearFile](#ClearFile) - [ClearFile](#ClearFile)
- [CreateFile](#CreateFile) - [CreateFile](#CreateFile)
- [CreateDir](#CreateDir) - [CreateDir](#CreateDir)
- [CopyFile](#CopyFile) - [CopyFile](#CopyFile)
- [FileMode](#FileMode) - [FileMode](#FileMode)

View File

@@ -28,7 +28,6 @@ import (
- [IsExist](#IsExist) - [IsExist](#IsExist)
- [IsLink](#IsLink) - [IsLink](#IsLink)
- [IsDir](#IsDir) - [IsDir](#IsDir)
- [ListFileNames](#ListFileNames) - [ListFileNames](#ListFileNames)
- [RemoveFile](#RemoveFile) - [RemoveFile](#RemoveFile)
- [ReadFileToString](#ReadFileToString) - [ReadFileToString](#ReadFileToString)

View File

@@ -37,7 +37,6 @@ import (
- [SendRequest](#SendRequest) - [SendRequest](#SendRequest)
- [DecodeResponse](#DecodeResponse) - [DecodeResponse](#DecodeResponse)
- [StructToUrlValues](#StructToUrlValues) - [StructToUrlValues](#StructToUrlValues)
- [HttpGet<sup>Deprecated</sup>](#HttpGet) - [HttpGet<sup>Deprecated</sup>](#HttpGet)
- [HttpDelete<sup>Deprecated</sup>](#HttpDelete) - [HttpDelete<sup>Deprecated</sup>](#HttpDelete)
- [HttpPost<sup>Deprecated</sup>](#HttpPost) - [HttpPost<sup>Deprecated</sup>](#HttpPost)

View File

@@ -36,7 +36,6 @@ import (
- [SendRequest](#SendRequest) - [SendRequest](#SendRequest)
- [DecodeResponse](#DecodeResponse) - [DecodeResponse](#DecodeResponse)
- [StructToUrlValues](#StructToUrlValues) - [StructToUrlValues](#StructToUrlValues)
- [HttpGet<sup>Deprecated</sup>](#HttpGet) - [HttpGet<sup>Deprecated</sup>](#HttpGet)
- [HttpDelete<sup>Deprecated</sup>](#HttpDelete) - [HttpDelete<sup>Deprecated</sup>](#HttpDelete)
- [HttpPost<sup>Deprecated</sup>](#HttpPost) - [HttpPost<sup>Deprecated</sup>](#HttpPost)

View File

@@ -26,7 +26,6 @@ import (
- [RandInt](#RandInt) - [RandInt](#RandInt)
- [RandString](#RandString) - [RandString](#RandString)
- [RandUpper](#RandUpper) - [RandUpper](#RandUpper)
- [RandLower](#RandLower) - [RandLower](#RandLower)
- [RandNumeral](#RandNumeral) - [RandNumeral](#RandNumeral)
- [RandNumeralOrLetter](#RandNumeralOrLetter) - [RandNumeralOrLetter](#RandNumeralOrLetter)

View File

@@ -26,7 +26,6 @@ import (
- [RandInt](#RandInt) - [RandInt](#RandInt)
- [RandString](#RandString) - [RandString](#RandString)
- [RandUpper](#RandUpper) - [RandUpper](#RandUpper)
- [RandLower](#RandLower) - [RandLower](#RandLower)
- [RandNumeral](#RandNumeral) - [RandNumeral](#RandNumeral)
- [RandNumeralOrLetter](#RandNumeralOrLetter) - [RandNumeralOrLetter](#RandNumeralOrLetter)

View File

@@ -39,7 +39,6 @@ import (
- [FindLast](#FindLast) - [FindLast](#FindLast)
- [FlattenDeep](#FlattenDeep) - [FlattenDeep](#FlattenDeep)
- [ForEach](#ForEach) - [ForEach](#ForEach)
- [GroupBy](#GroupBy) - [GroupBy](#GroupBy)
- [IntSlice](#IntSlice) - [IntSlice](#IntSlice)
- [InterfaceSlice](#InterfaceSlice) - [InterfaceSlice](#InterfaceSlice)

View File

@@ -39,7 +39,6 @@ import (
- [FindLast](#FindLast) - [FindLast](#FindLast)
- [FlattenDeep](#FlattenDeep) - [FlattenDeep](#FlattenDeep)
- [ForEach](#ForEach) - [ForEach](#ForEach)
- [GroupBy](#GroupBy) - [GroupBy](#GroupBy)
- [IntSlice](#IntSlice) - [IntSlice](#IntSlice)
- [InterfaceSlice](#InterfaceSlice) - [InterfaceSlice](#InterfaceSlice)

View File

@@ -34,7 +34,6 @@ import (
- [IsCreditCard](#IsCreditCard) - [IsCreditCard](#IsCreditCard)
- [IsDns](#IsDns) - [IsDns](#IsDns)
- [IsEmail](#IsEmail) - [IsEmail](#IsEmail)
- [IsEmptyString](#IsEmptyString) - [IsEmptyString](#IsEmptyString)
- [IsFloatStr](#IsFloatStr) - [IsFloatStr](#IsFloatStr)
- [IsNumberStr](#IsNumberStr) - [IsNumberStr](#IsNumberStr)

View File

@@ -34,7 +34,6 @@ import (
- [IsCreditCard](#IsCreditCard) - [IsCreditCard](#IsCreditCard)
- [IsDns](#IsDns) - [IsDns](#IsDns)
- [IsEmail](#IsEmail) - [IsEmail](#IsEmail)
- [IsEmptyString](#IsEmptyString) - [IsEmptyString](#IsEmptyString)
- [IsFloatStr](#IsFloatStr) - [IsFloatStr](#IsFloatStr)
- [IsNumberStr](#IsNumberStr) - [IsNumberStr](#IsNumberStr)