go-event-sourcing-sample icon indicating copy to clipboard operation
go-event-sourcing-sample copied to clipboard

Make the example runnable and fix go generate syntax

Open liijunwei opened this issue 1 year ago • 0 comments

  • go mod init github.com/jen20/go-event-sourcing-sample
  • add install stringer tool to Makefile
  • fix go generate syntax(remove space before go generate) and regenerate status_string.go

liijunwei avatar Oct 13 '24 02:10 liijunwei