Test for simple pub sub

This commit is contained in:
Philipp Heckel 2021-12-07 15:39:42 -05:00
parent aa9764848a
commit 40fbce07db
5 changed files with 80 additions and 10 deletions

View file

@ -72,7 +72,7 @@ coverage-upload:
# Lint/formatting targets
fmt:
$(GO) fmt ./...
gofmt -s -w .
fmt-check:
test -z $(shell gofmt -l .)