Skip to content

Commit 0b69e65

Browse files
committed
example_test: change name for clarity
1 parent 1de5ce0 commit 0b69e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structs_example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func ExampleMap_tags() {
8181

8282
}
8383

84-
func ExampleMap_nested() {
84+
func ExampleMap_omitNested() {
8585
// By default field with struct types are processed too. We can stop
8686
// processing them via "omitnested" tag option.
8787
type Server struct {

0 commit comments

Comments
 (0)