mirror of
https://github.com/prashantgupta24/automatic-mouse-mover.git
synced 2024-12-22 16:34:11 +00:00
5 lines
67 B
Makefile
5 lines
67 B
Makefile
start:
|
|
go run cmd/main.go
|
|
|
|
test:
|
|
go test -v -race -failfast ./...
|