I would like to share my open-source tool, go-gen-slice-accessors! It is a code generation tool written in Go that helps create accessor methods for slices of structs.
Manually defining accessor methods can be repetitive and tedious. go-gen-slice-accessors eliminates this hassle, letting you focus on the more important parts of your code.
https://github.com/snamiki1212/go-gen-slice-accessors
I would love to hear your feedback, suggestions, or comments!