good morning!!!!

Skip to content
Snippets Groups Projects
Makefile 121 B
Newer Older
test:
	go test -race -v ./... -bench=. && \
	(cd _examples/simple-sqlite-example/ && go get -d && go run -race main.go)