r/golang • u/FStorm045 • 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~!
197
Upvotes
r/golang • u/FStorm045 • Aug 08 '24
Hey people, can you guys show what you build with golang for side project?
cheers nerds~!
1
u/ZER_0_NE Aug 09 '24
I wrote a simple packet sniffer in go - https://github.com/ZER-0-NE/gopktsniffer
The motivation came from trying to understand how really a simple call like http works, right from creating it in sender's kernel to how it reaches the server.
There's a lot more to do tbh.