Skip to content

Commit

Permalink
sytle: use printf instead instead of sprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
zstone12 committed Mar 7, 2023
1 parent 46ca21b commit c6217d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ func main() {
if err != nil {
panic(err)
}
fmt.Println(fmt.Sprintf("%v", res))
fmt.Println(fmt.Printf("%v", res))
}

0 comments on commit c6217d7

Please sign in to comment.