You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see a possible improvement though: it would be a great idea to have a singleton that one can use directly (other libraries do that as well, see viper for example: https://github.com/spf13/viper/blob/master/viper.go#L63)
So no need to even create a NewClient() if your usage is the default one 👍 Calls could look like the following:
As suggested by @nmaupu on GH-93:
I agree with the reasoning. Having this available would make getting started with the library even easier.
The text was updated successfully, but these errors were encountered: