From f13056caf599ecaed20f275f0c59f2f10aecd05b Mon Sep 17 00:00:00 2001 From: Brett Cooley Date: Wed, 24 Feb 2016 20:03:13 -0700 Subject: [PATCH] Minor typo fix in command_line_tool.md s/got/go/ --- docs/command_line_tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/command_line_tool.md b/docs/command_line_tool.md index 1dfdeb5c..aa195095 100644 --- a/docs/command_line_tool.md +++ b/docs/command_line_tool.md @@ -5,7 +5,7 @@ The `bw` command line tool is built via the `tools/vcli/bw` package. You can build the tool by just typing ``` -$ got test ./... && go build ./tools/vcli/bw/... +$ go test ./... && go build ./tools/vcli/bw/... ``` Is the test pass successfully you will get the `bw` tool ready to go.