File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ like <a href="http://underscorejs.org/">underscore.js</a>, but for Go
54
54
* [ ` Sort ` ] ( #sort ) , [ ` SortBy ` ] ( #sortBy )
55
55
* [ ` Take ` ] ( #take )
56
56
* [ ` Uniq ` ] ( #uniq ) , [ ` UniqBy ` ] ( #uniqBy )
57
- * [ ` UUID ` ] ( #uuid )
58
57
* [ ` Value ` ] ( #value )
59
58
* [ ` Values ` ] ( #values )
60
59
* [ ` Where ` ] ( #where ) , [ ` WhereBy ` ] ( #whereBy )
@@ -790,26 +789,6 @@ res := MapManyBy(src, "Slice").([]string)
790
789
// res = [a b c d]
791
790
```
792
791
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
-
813
792
<a name =" object " />
814
793
815
794
### Object(arr)
@@ -1242,21 +1221,6 @@ res := UniqBy(arr, "Name").([]testModel)
1242
1221
// res = [{{0} 1 one}]
1243
1222
```
1244
1223
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
-
1260
1224
<a name =" value " />
1261
1225
1262
1226
### Value(result)
You can’t perform that action at this time.
0 commit comments