-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add capability to define optional handler behavior (#444)
* Add capability to define optional handler behavior * add Option WithSetEscapeHTML to set this same named option on the underlying json encoder * refactor implementations of ***WithContext functions to use the Option WithContext * mark a bunch of not useful related stuff as deprecated so that they are hidden in the godocs * private variable renames * add some usage examples * variable rename
- Loading branch information
Showing
8 changed files
with
227 additions
and
94 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
Oops, something went wrong.