Open jlucktay opened 4 years ago
If a stream is encountered which does not yet have any events, a runtime panic will occur. Adding this check should prevent that. Fixes #53.
Also added the generated go.sum file which should be checked in alongside go.mod.
go.sum
go.mod
If a stream is encountered which does not yet have any events, a runtime panic will occur. Adding this check should prevent that. Fixes #53.
Also added the generated
go.sum
file which should be checked in alongsidego.mod
.