In case you didn't know, Windows API accepts both the slash / and backslash \ as path name delimiters.
When I hard code file names, I always use the slash / to avoid doubling (escaping) the backslash. The latter style looks a bit ugly in my opinion.
Implementing Raft: Part 5 - Exactly-once delivery
-
This is Part 5 in a series of posts describing the Raft distributed
consensus algorithm and its complete implementation in Go. Here is a list
of posts in...
4 days ago