this post was submitted on 19 Jul 2023
6 points (100.0% liked)
Go programming language discussion
1545 readers
2 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I would like to point out my project as well:
simpleutils, a small alternative coreutils package. It's the only actual Go project I have right now and it's nothing impressive, but I really am enjoying making it. It's been a blast seeing it being useful in my day-to-day life as well.
Ooo, neat! I have heard there's a push to build a whole coreutils in Rust, but I'd rather have a Go version if I had to choose to replace the time-tested C versions :) I'll check those out for sure.