| commit | c559f9aeb6612562bd3368fe00038bead717bf10 | [log] [tgz] |
|---|---|---|
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | Sun May 19 22:28:00 2013 -0700 |
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | Sun May 19 22:28:04 2013 -0700 |
| tree | e819d33aeb436aa294429efff350e5ad55a45690 | |
| parent | be86797a7183cdc95d6b1e9c37826c75f8e269ab [diff] |
Fix README example
diff --git a/README.md b/README.md index 63b1cca..dce11ff 100644 --- a/README.md +++ b/README.md
@@ -20,7 +20,7 @@ ## Example ```go -import "mapstructure" +import "github.com/mitchellh/mapstructure" type Person struct { Name string