mirror of
https://github.com/gogf/gf.git
synced 2025-04-05 11:18:50 +08:00
fix
This commit is contained in:
parent
f54d0a339c
commit
3a803ac39f
@ -119,6 +119,7 @@ func ExampleLoadContent_UTF8BOM() {
|
||||
content[0] = 0xEF
|
||||
content[1] = 0xBB
|
||||
content[2] = 0xBF
|
||||
content = append(content, jsonContent...)
|
||||
|
||||
j, _ := gjson.LoadContent(content)
|
||||
|
||||
|
@ -77,6 +77,7 @@ func ExampleNewWithOptions_UTF8BOM() {
|
||||
content[0] = 0xEF
|
||||
content[1] = 0xBB
|
||||
content[2] = 0xBF
|
||||
content = append(content, jsonContent...)
|
||||
|
||||
j := gjson.NewWithOptions(content, gjson.Options{
|
||||
Tags: "tag",
|
||||
|
Loading…
x
Reference in New Issue
Block a user