raft: Make raft a module

Establishing a module: Creating a go.mod files
This commit is contained in:
Piotr Tabor
2020-10-14 08:38:47 +02:00
parent b7f0f52a16
commit bea5f379bc
8 changed files with 350 additions and 3 deletions

2
test
View File

@@ -32,6 +32,8 @@
# $ COVERDIR=coverage PASSES="build build_cov cov" ./test
# $ go tool cover -html ./coverage/cover.out
set -e
set -o pipefail
# Consider command as failed when any component of the pipe fails:
# https://stackoverflow.com/questions/1221833/pipe-output-and-capture-exit-status-in-bash