initial commits

master
Charles Iliya Krempeaux 2024-01-23 06:14:43 -08:00
parent bb6ac970b4
commit ed553874c4
1 changed files with 6 additions and 0 deletions

6
eol.go 100644
View File

@ -0,0 +1,6 @@
package raft
const (
eol = "\n" // end-of-line character
eoleol = eol + eol // 2 eol-of-line characters
)