-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(customType): Added support custom type and fixed bugs (#49)
* feat(customtype): added support custom type #48 - added Unmarshaler\Marshaler interfaces * feat(customtype): added tests * fix(util): unmarshal NoneType - (fix) unmarshal NoneType to nil * refactor(util): unmarshal dict if key is not string - (refactoring) added supported for dict if key is not string - transform to map[interface{}]interface{} * fix(tests): remove draft code * chore(dep): upd vendor - added packages for tests - added github.com/pkg/errors * chore: added comments for new interfaces * Update util/util.go
- Loading branch information
Showing
4 changed files
with
187 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters