We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f31d1 commit 6734243Copy full SHA for 6734243
event_factory.go
@@ -23,7 +23,7 @@ type EventIDFactory struct {
23
}
24
25
// New creates an event with the Next id in the sequence
26
-func (f *EventIdFactory) New() *Event {
+func (f *EventIDFactory) New() *Event {
27
var e *Event
28
if f.NewFunc != nil {
29
e = f.NewFunc()
0 commit comments