init: # Download (testing) dependencies 
	go mod download

test: init # Run tests
	go test -v