Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
likfees committed Jan 1, 2024
1 parent 1351be0 commit 2d1c0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func main() {
m := map[string]string{
"hello": "world",
"hello": "world1",
}
marshal, _ := jsoniter.Marshal(m)
fmt.Println(string(marshal))
Expand Down

0 comments on commit 2d1c0aa

Please sign in to comment.