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

docs(readme): fix convertor import example (#23)

This commit is contained in:
Dan Anstis
2022-01-14 14:33:53 +10:00
committed by GitHub
parent 22b3c4dd42
commit aeebd63eda

View File

@@ -63,7 +63,7 @@ func main() {
#### 1. convertor contains some functions for data convertion
- Support conversion between commonly used data types.
- Usage: import "github.com/duke-git/lancet/cryptor"
- Usage: import "github.com/duke-git/lancet/convertor"
```go
package main