Hi,
In the next release of tinyfeed, the Go module name will be updated from
github.com/TheBigRoomXXL/tinyfeed to pkg.lovergne.dev/tinyfeed,
so that I can own the actual namespace of the package and not depend on GitHub.
Accordingly, the documentation will be updated to include the new Go installation instruction:
- go install github.com/TheBigRoomXXL/tinyfeed@latest
+go install pkg.lovergne.dev/tinyfeed@latest
This change should not break any workflows, except if you have an automated process that relies on the Go installation command. I’m not aware of any such setup, but if you do have one, please report it in this issue so I can prepare a smoother migration path.
Hi,
In the next release of tinyfeed, the Go module name will be updated from
github.com/TheBigRoomXXL/tinyfeedtopkg.lovergne.dev/tinyfeed,so that I can own the actual namespace of the package and not depend on GitHub.
Accordingly, the documentation will be updated to include the new Go installation instruction:
This change should not break any workflows, except if you have an automated process that relies on the Go installation command. I’m not aware of any such setup, but if you do have one, please report it in this issue so I can prepare a smoother migration path.