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

docs: update list doc

This commit is contained in:
dudaodong
2022-05-31 21:43:26 +08:00
parent ca47be41f6
commit d5be9009fc

View File

@@ -13,7 +13,7 @@ List is a linear table, implemented with slice.
## Usage
```go
import (
"github.com/duke-git/lancet/v2/datastructure"
list "github.com/duke-git/lancet/v2/datastructure/list"
)
```