1
0
mirror of https://github.com/beego/bee.git synced 2024-06-03 02:23:27 +00:00
This commit is contained in:
Yu Huang 2021-06-17 10:57:36 -04:00
parent 570494708c
commit 21681140a1

View File

@ -38,7 +38,7 @@ func (f *sampleFormatter) Marshal(node *StructNode) ([]byte, error) {
return json.Marshal(node) return json.Marshal(node)
} }
func ExampleJSONMarshal() { func ExamplesampleFormatter() {
const src = ` const src = `
package p package p