From e197beec2fe0119b8f484058c416323327f2f8d4 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 681bf76..10d8b14 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