1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-15 18:22:27 +08:00

docs: fix some issues

This commit is contained in:
dudaodong
2022-03-17 11:55:52 +08:00
parent ae0c613b8e
commit 0334a6f02b
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/duke-git/lancet/strutil" "github.com/duke-git/lancet/v2/strutil"
) )
func main() { func main() {

View File

@@ -58,7 +58,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/duke-git/lancet/strutil" "github.com/duke-git/lancet/v2/strutil"
) )
func main() { func main() {