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

doc: fmt code example

This commit is contained in:
dudaodong
2022-08-26 16:29:55 +08:00
parent 301cb5db87
commit c984815dea
2 changed files with 32 additions and 35 deletions
+1
View File
@@ -20,6 +20,7 @@ import (
<div STYLE="page-break-after: always;"></div> <div STYLE="page-break-after: always;"></div>
## Index ## Index
- [NewHashMap](#NewHashMap) - [NewHashMap](#NewHashMap)
+7 -11
View File
@@ -22,17 +22,13 @@ import (
## 目录 ## 目录
- [HashMap](#hashmap) - [NewHashMap](#NewHashMap)
- [源码](#源码) - [NewHashMapWithCapacity](#NewHashMapWithCapacity)
- [用法](#用法)
- [目录](#目录) - [Get](#Get)
- [API 文档](#api-文档) - [Put](#Put)
- [<span id="NewHashMap">NewHashMap</span>](#newhashmap) - [Delete](#Delete)
- [<span id="NewHashMapWithCapacity">NewHashMapWithCapacity</span>](#newhashmapwithcapacity) - [Contains](#Contains)
- [<span id="Get">Get</span>](#get)
- [<span id="Put">Put</span>](#put)
- [<span id="Delete">Delete</span>](#delete)
- [<span id="Contains">Contains</span>](#contains)
<div STYLE="page-break-after: always;"></div> <div STYLE="page-break-after: always;"></div>