I know I haven’t posted in a long time, but I finally felt I needed an update in my blog. I’ve recently updated some work on my own Go library for EventStore called goro. I made this for my own personal work and my job at ALQMY. I used to use Go.GetEventStore as my prefered library for working with EventStore. It was nice, but I felt it was lacking in many features and was ultimitely very cumbersome to work with, especially when it comes to reading events in a streaming fashion. I modeled...