gofmt -l $(find . -type f -name '*.go' | grep -v "/vendor/") go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1 run go vet ./... go test -race -coverprofile=coverage.out ./... ? git.aidenw.net/rpi/byzantine.git [no test files] ? git.aidenw.net/rpi/byzantine.git/expect [no test files] ok git.aidenw.net/rpi/byzantine.git/byz 1.017s coverage: 100.0% of statements ok git.aidenw.net/rpi/byzantine.git/network 1.023s coverage: 32.9% of statements go tool cover -func coverage.out git.aidenw.net/rpi/byzantine.git/byz/lieutenants.go:6: Lieutenants 100.0% git.aidenw.net/rpi/byzantine.git/network/knownhosts.go:24: ReadFile 100.0% git.aidenw.net/rpi/byzantine.git/network/knownhosts.go:47: GetHosts 100.0% git.aidenw.net/rpi/byzantine.git/network/knownhosts.go:56: GetOtherHosts 0.0% git.aidenw.net/rpi/byzantine.git/network/knownhosts.go:71: GetAddr 100.0% git.aidenw.net/rpi/byzantine.git/network/knownhosts.go:77: GetHost 100.0% git.aidenw.net/rpi/byzantine.git/network/knownhosts.go:82: GetAllHostsAddr 0.0% git.aidenw.net/rpi/byzantine.git/network/knownhosts.go:92: GetMyHostname 75.0% git.aidenw.net/rpi/byzantine.git/network/knownhosts.go:100: GetMyAddr 100.0% git.aidenw.net/rpi/byzantine.git/network/send.go:9: SendContext 0.0% git.aidenw.net/rpi/byzantine.git/network/send.go:30: SendContext 0.0% git.aidenw.net/rpi/byzantine.git/network/send.go:34: Send 0.0% git.aidenw.net/rpi/byzantine.git/network/server.go:16: NewServer 0.0% git.aidenw.net/rpi/byzantine.git/network/server.go:28: Hosts 0.0% git.aidenw.net/rpi/byzantine.git/network/server.go:32: Receive 0.0% git.aidenw.net/rpi/byzantine.git/network/server.go:36: Stop 0.0% git.aidenw.net/rpi/byzantine.git/network/server.go:44: Run 0.0% total: (statements) 37.0% Notes (GitBot): Fmt-status: Pass Lint-status: Pass Vet-status: Pass Unit-test-status: Pass Coverage-total: 37.0% Log available at https://gitbot.aidenw.net/byzantine/e6d1cd9024be8b601387c5c06010862238bdb1a4