cross-posted from: https://lemmy.ml/post/2230752
I really like seeing people’s interesting projects. Even if they are generic or were started just to learn something.
And on top of that, I consider Go to be one of those languages that you can find projects on a pretty diverse range of topics.
So, is there any interesting (or not too) personal Go projects that is in the making, or is already finished?
Because it’s relevant and I’d love to see Lemmy get more popular, I’ll post olowe.co/lemmy which provides a Client to the Lemmy HTTP API.
A little unusual is that I created a filesystem interface using io/fs. See FS. I used that to create an alternative Lemmy frontend for a kinda obscure text editor I use. See https://lemmy.sdf.org/post/1035382 For example the comments of that post are available at the path:
Only a small amount of the Lemmy API functionality is implemented but I’m filling it out slowly. Any patches appreciated ;)
cool client! that filesystem interface looks easy to implement for other APIs, neat!
Yeah it’s good fun! For a good intro to the package, see the video [io/fs draft design] by Russ Cox. [io/fs draft design]: https://piped.video/watch?v=yx7lmuwUNv8