commit | 5d45b80bac27cdaebba551c7b74e36dce226d516 | [log] [tgz] |
---|---|---|
author | Ryan Uber <ru@ryanuber.com> | Tue Mar 18 07:59:42 2014 -0700 |
committer | Ryan Uber <ru@ryanuber.com> | Tue Mar 18 07:59:42 2014 -0700 |
tree | f26310daf3f8484d55f6bb4b03d9a76a5de0574c | |
parent | 7767e2af78839ab655ff65a1aaa58be3b2b5a2e1 [diff] |
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} }