Skip to content

v2.0-rc.1

@perbu perbu tagged this 20 Nov 16:42
Have the calls that can fail return the error interface, instead just a bool indicating
success.

This removes any previously deprecated functions, such as `(*Tree).Set` (going forward,
use `(*Tree).SetType`), or `IsConfigAlreadyLoaded` (use `errors.Is`/`As` from the Go
standard library instead).

Also some minor tweaks for readability and adhering to conventions.
Assets 2
Loading