Skip to content

Commit d5514a1

Browse files
author
ahl5esoft
committed
remove Md5UUID
1 parent 5590182 commit d5514a1

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

README.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ like <a href="http://underscorejs.org/">underscore.js</a>, but for Go
5454
* [`Sort`](#sort), [`SortBy`](#sortBy)
5555
* [`Take`](#take)
5656
* [`Uniq`](#uniq), [`UniqBy`](#uniqBy)
57-
* [`UUID`](#uuid)
5857
* [`Value`](#value)
5958
* [`Values`](#values)
6059
* [`Where`](#where), [`WhereBy`](#whereBy)
@@ -790,26 +789,6 @@ res := MapManyBy(src, "Slice").([]string)
790789
// res = [a b c d]
791790
```
792791

793-
<a name="md5" />
794-
795-
### Md5(plaintext)
796-
797-
__Arguments__
798-
799-
* `plaintext` - string
800-
801-
__Return__
802-
803-
* string - md5 string
804-
805-
__Examples__
806-
807-
```go
808-
if Md5("123456") != "e10adc3949ba59abbe56e057f20f883e" {
809-
// wrong
810-
}
811-
```
812-
813792
<a name="object" />
814793

815794
### Object(arr)
@@ -1242,21 +1221,6 @@ res := UniqBy(arr, "Name").([]testModel)
12421221
// res = [{{0} 1 one}]
12431222
```
12441223

1245-
<a name="uuid" />
1246-
1247-
### UUID()
1248-
1249-
__Return__
1250-
1251-
* string - uuid string
1252-
1253-
__Examples__
1254-
1255-
```go
1256-
uuid := UUID()
1257-
//1a40272540e57d1c80e7b06042219d0c
1258-
```
1259-
12601224
<a name="value" />
12611225

12621226
### Value(result)

0 commit comments

Comments
 (0)