We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should not always just panic
The text was updated successfully, but these errors were encountered:
For example, when misspelling the enabled property value as "ture" instead of "true", I get a stack trace:
enabled
panic: yaml: unmarshal errors: line 209: cannot unmarshal !!str `ture` into bool goroutine 1 [running]: main.check(...) /home/ldh/.local/lib/go/src/github.com/binaryplease/base16-universal-manager/main.go:144 main.NewConfig(0xc00001e300, 0x36, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/ldh/.local/lib/go/src/github.com/binaryplease/base16-universal-manager/config.go:48 +0x3f7 main.main() /home/ldh/.local/lib/go/src/github.com/binaryplease/base16-universal-manager/main.go:35 +0x78
Sorry, something went wrong.
No branches or pull requests
We should not always just panic
The text was updated successfully, but these errors were encountered: