From 823bc1371b287d89a6737da911ee2d22e9e71405 Mon Sep 17 00:00:00 2001 From: Abhinandan Date: Thu, 3 Dec 2015 21:44:42 +0530 Subject: [PATCH] Document the use of struct tags to map the dissimilar fields. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fa1933..e7769e9 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ Example: type config struct { Port int Name string + PathMap string `mapstructure:"path_map"` } var C config