From 0cf6b8d61f2f2c443cb134bcb4d85578ca16105e Mon Sep 17 00:00:00 2001 From: gerald1248 Date: Fri, 6 Jan 2017 22:24:37 +0100 Subject: [PATCH] fixed typo --- sync_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_test.go b/sync_test.go index 156851a..76d5aed 100644 --- a/sync_test.go +++ b/sync_test.go @@ -1,4 +1,4 @@ -// go test --race -test.v sync_test.go +// go test -race -test.v sync_test.go package draw2d_test