Voter loop

This commit is contained in:
Ian Gulliver
2023-05-30 20:45:13 -07:00
parent 453d73c245
commit ac8587bef1
6 changed files with 81 additions and 26 deletions

11
pkg_test.go Normal file
View File

@@ -0,0 +1,11 @@
package elect_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}