Fixed expected type in ExampleDecode_tags
diff --git a/mapstructure_examples_test.go b/mapstructure_examples_test.go index 6ba644b..aa393cc 100644 --- a/mapstructure_examples_test.go +++ b/mapstructure_examples_test.go
@@ -165,5 +165,5 @@ fmt.Printf("%#v", result) // Output: - // main.Person{Name:"Mitchell", Age:91} + // mapstructure.Person{Name:"Mitchell", Age:91} }