From 9c6777ef40059185189f09cafbe365fb80f8f1ab Mon Sep 17 00:00:00 2001 From: Kyriacos <58787538+kkyr@users.noreply.github.com> Date: Sun, 10 Dec 2023 03:09:45 +0100 Subject: [PATCH] Fix godoc formatting issue (#28) --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 0d402e3..3b0fa79 100644 --- a/doc.go +++ b/doc.go @@ -144,7 +144,7 @@ With the config above individual servers may be configured with the following en Note: the Server slice must already have members inside it (i.e. from loading of the configuration file) for the containing fields to be altered via the environment. Fig will not instantiate and insert elements into the slice. -## Limitations +# Environment Limitations Maps and map values cannot be populated from the environment. @@ -247,7 +247,7 @@ Successive elements of slice defaults should be separated by a comma. The entire Durations []time.Duration `default:"[30m,1h,90m,2h]"` // or `default:"30m,1h,90m,2h"` } -## Limitations: +# Defaults Limitations 1. Boolean values: Fig cannot distinguish between false and an unset value for boolean types.