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

feat: update some test fucntions

This commit is contained in:
dudaodong
2025-08-21 10:52:44 +08:00
parent 55b66dee99
commit 9f0ad2354a
5 changed files with 164 additions and 95 deletions

View File

@@ -214,7 +214,7 @@ func ExampleIsUrl() {
fmt.Println(result3)
// Output:
// true
// false
// true
// false
}