Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use NewEvent to init Event struct (#220)
Existing code examples write to maps in Event without doing proper nil-check, assuming the maps are non-nil. This reverts a subtle behavior change introduced in v0.6.0.
- Loading branch information