Skip to content

Commit

Permalink
Revert "wip revise events"
Browse files Browse the repository at this point in the history
This reverts commit 9e3b005
  • Loading branch information
jensilo committed Oct 29, 2024
1 parent cd16495 commit d7ca749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/event/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
ErrNotFound = errors.New("item not found")
)

// ID is a unique identification for Event and Listener.
// ID is a unique identification for Events and Listeners.
type ID string

// Event is something that happens.
Expand Down

0 comments on commit d7ca749

Please sign in to comment.