| commit | 7c28ea34bead7c82474bf387aed02e4e4a9788ed | [log] [tgz] |
|---|---|---|
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | Wed Aug 07 15:21:57 2013 -0700 |
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | Wed Aug 07 15:21:57 2013 -0700 |
| tree | 8b2238bbc23d17864d4b4c525149582c25af0c2d | |
| parent | c9fbfc145a4c95f30ac9a9b91a4d47cde1a3146a [diff] |
weakly typed example works
diff --git a/mapstructure_examples_test.go b/mapstructure_examples_test.go index 27de1db..2493c13 100644 --- a/mapstructure_examples_test.go +++ b/mapstructure_examples_test.go
@@ -108,7 +108,7 @@ // Unused keys: []string{"email"} } -func ExampleDecode_WeaklyTypedInput() { +func ExampleDecode_weaklyTypedInput() { type Person struct { Name string Age int