diff --git a/backend/file/file.go b/backend/file/file.go index e90eec0..b9a7a54 100644 --- a/backend/file/file.go +++ b/backend/file/file.go @@ -12,6 +12,7 @@ import ( "gopkg.in/yaml.v2" ) +// ErrOpenOptionalFile is returned when opening an optional file returns an error. type ErrOpenOptionalFile error // Backend that loads a configuration from a file.