1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-13 17:22:27 +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 ## Usage
```go ```go
import ( import (
"github.com/duke-git/lancet/v2/datastructure" list "github.com/duke-git/lancet/v2/datastructure/list"
) )
``` ```