From 5cc946fb764668e1e11b28b4fee49969c64aa8f6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 28 Apr 2020 08:55:43 -0700 Subject: [PATCH] missing one doc line in merge --- mapstructure.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mapstructure.go b/mapstructure.go index 49e2c331..cc456138 100644 --- a/mapstructure.go +++ b/mapstructure.go @@ -139,6 +139,7 @@ // type Exported struct { // private: "" // field is left with an empty string (zero value) // Public: "I made it through!" +// } // // Other Configuration //