From 43f304f7e0fbcf9b4278b1137575d3dccb8337fa Mon Sep 17 00:00:00 2001 From: Kyriacos Date: Wed, 13 May 2020 23:26:02 +0300 Subject: [PATCH] Update godoc --- fig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fig.go b/fig.go index 2205572..f4d1411 100644 --- a/fig.go +++ b/fig.go @@ -45,7 +45,7 @@ const ( // field's struct tag. // If a field is not set by the configuration file then the default value is set. // -// type config struct { +// type Config struct { // Level string `fig:"level" default:"info"` // or just `default:"info"` // } //