From 0b69e6503f58fe4af7821ed234e7bf40e6c84a03 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Tue, 3 Jan 2017 11:07:35 +0300 Subject: [PATCH] example_test: change name for clarity --- structs_example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs_example_test.go b/structs_example_test.go index 32bb829..329c130 100644 --- a/structs_example_test.go +++ b/structs_example_test.go @@ -81,7 +81,7 @@ func ExampleMap_tags() { } -func ExampleMap_nested() { +func ExampleMap_omitNested() { // By default field with struct types are processed too. We can stop // processing them via "omitnested" tag option. type Server struct {