gurkankaymak / hocon

go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config
MIT License
79 stars 17 forks source link

Fail on invalid path #40

Open robvadai opened 1 year ago

robvadai commented 1 year ago

when using the configuration.GetString method on an invalid path it returns "" and makes my runtime app fail when calling the function using this value.

all Get* methods should fail immediately on invalid paths ie. make the app fail right at startup.