From 15736d477bd0c6e893f623407f8d58900f97ece2 Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Thu, 29 Nov 2018 07:58:06 -0500 Subject: [PATCH] [Go] Fix typo in comment --- Go.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index f1c181ec..f2dd9554 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -5,7 +5,7 @@ *.so *.dylib -# Test binary, build with `go test -c` +# Test binary, built with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE