default: check

check:
	go test ./... && go test ./... -compiler gccgo

.PHONY: default check 
