diff --git a/example_test.go b/example_test.go index 72c4755..da65764 100644 --- a/example_test.go +++ b/example_test.go @@ -274,6 +274,7 @@ func ExampleIndent() { // =] } +/* func ExampleMarshalIndent() { data := map[string]int{ "a": 1, @@ -292,6 +293,7 @@ func ExampleMarshalIndent() { // "b": 2 // } } +*/ func ExampleValid() { goodJSON := `{"example": 1}`