We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60996c6 + b38f9aa commit 1efc49aCopy full SHA for 1efc49a
1 file changed
docs/command_line_tool.md
@@ -5,7 +5,7 @@ The `bw` command line tool is built via the `tools/vcli/bw` package. You
5
can build the tool by just typing
6
7
```
8
-$ got test ./... && go build ./tools/vcli/bw/...
+$ go test ./... && go build ./tools/vcli/bw/...
9
10
11
Is the test pass successfully you will get the `bw` tool ready to go.
0 commit comments