Skip to content

Commit

Permalink
Update encode-test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wuliao6688 committed Jan 15, 2024
1 parent 3317703 commit 007830c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/encode-test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/wangluozhe/requests/utils"
"github.com/760644586/requests/utils"
)

func main() {
Expand Down Expand Up @@ -37,4 +37,4 @@ func main() {
fmt.Println(escape)
unescape := utils.UnEscape(escape)
fmt.Println(unescape)
}
}

0 comments on commit 007830c

Please sign in to comment.