I am hoping to add a custom feed with a new package for a project I use. The project is written in Go and am a little lost where to start.
I have built the project manually from the command line, and it runs well on my OpenWRT firmware when I copy it over. However, I would like to make a custom feed with the project for other people to use.
Are there any examples of packages written in go that I can reference? Thank you in advance.