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?

  • Oliver Lowe
    link
    English
    410 months ago

    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:

    plan9@lemmy.sdf.org/1035382/comments
    

    Only a small amount of the Lemmy API functionality is implemented but I’m filling it out slowly. Any patches appreciated ;)

    • whouOP
      link
      fedilink
      English
      210 months ago

      cool client! that filesystem interface looks easy to implement for other APIs, neat!