Skip to content

Commit

Permalink
feat: add must getters
Browse files Browse the repository at this point in the history
Add getters which panics if key is not found or value returned is default data type.
For example: `kf.MustInt("abc")`
If path "abc" is not found or its 0 then it panics else returnes value.
  • Loading branch information
vividvilla committed Jan 27, 2020
1 parent 50bd934 commit cf41980
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 358 deletions.
Loading

0 comments on commit cf41980

Please sign in to comment.