1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-06 21:52:28 +08:00

doc: format document

This commit is contained in:
dudaodong
2023-01-13 10:39:39 +08:00
parent 0c62d117a1
commit c875a7f8b8
2 changed files with 46 additions and 22 deletions

View File

@@ -148,7 +148,7 @@ func main() {
fmt.Println(peoples)
// Output:
//[{d 8} {b 10} {c 17} {a 20} {e 28}]
// [{d 8} {b 10} {c 17} {a 20} {e 28}]
}
```
@@ -196,7 +196,7 @@ func main() {
fmt.Println(numbers)
// Output:
// [1 2 3 4 5 6]
// [1 2 3 4 5 6]
}
```