This commit is contained in:
Yu Huang 2021-06-17 10:57:36 -04:00
parent 570494708c
commit 21681140a1
1 changed files with 1 additions and 1 deletions

View File

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