commit | 823bc1371b287d89a6737da911ee2d22e9e71405 | [log] [tgz] |
---|---|---|
author | Abhinandan <nmabhinandan@gmail.com> | Thu Dec 03 21:44:42 2015 +0530 |
committer | Steve Francia <steve.francia@gmail.com> | Tue Dec 15 12:57:56 2015 -0500 |
tree | 25677718a60c26fc54fce20e68c41d357bf7530d | |
parent | 87d443c19bf8d0bd1087ad6b4abd7f96370629ae [diff] |
Document the use of struct tags to map the dissimilar fields.
diff --git a/README.md b/README.md index 9fa1933..e7769e9 100644 --- a/README.md +++ b/README.md
@@ -433,6 +433,7 @@ type config struct { Port int Name string + PathMap string `mapstructure:"path_map"` } var C config