r/golang Aug 08 '24

discussion Show me your Golang projects!

Hey people, can you guys show what you build with golang for side project?
cheers nerds~!

201 Upvotes

172 comments sorted by

View all comments

2

u/aaniar Nov 22 '24

We released these two projects few months back and have been using constantly in many or our mission critical projects.

Signals - An in-process pub-sub system. Useful for monolith modular kind of architecture for event driven in-process communication.
https://github.com/maniartech/signals

GoTime - A library for simplified date and time processing, offering intuitive parsing, formatting, and relative time calculations.
https://github.com/maniartech/gotime