diff --git a/test/example/example_marshaling_test.go b/example_marshaling_test.go similarity index 100% rename from test/example/example_marshaling_test.go rename to example_marshaling_test.go diff --git a/test/example/example_query_test.go b/example_query_test.go similarity index 100% rename from test/example/example_query_test.go rename to example_query_test.go diff --git a/test/example/example_test.go b/example_test.go similarity index 99% rename from test/example/example_test.go rename to example_test.go index da65764a..72c47556 100644 --- a/test/example/example_test.go +++ b/example_test.go @@ -274,7 +274,6 @@ func ExampleIndent() { // =] } -/* func ExampleMarshalIndent() { data := map[string]int{ "a": 1, @@ -293,7 +292,6 @@ func ExampleMarshalIndent() { // "b": 2 // } } -*/ func ExampleValid() { goodJSON := `{"example": 1}` diff --git a/test/example/example_text_marshaling_test.go b/example_text_marshaling_test.go similarity index 100% rename from test/example/example_text_marshaling_test.go rename to example_text_marshaling_test.go