Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Oct 3, 2024
1 parent ba73192 commit bc4cad8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The `vt` binary encapsulates several utility tools for Vitess, providing a compr
You can install `vt` using the following command:

```bash
go install github.com/vitessio/vitess-tester@latest
go install github.com/vitessio/vitess-tester/go/vt@latest
```

## Testing Methodology
Expand Down
15 changes: 0 additions & 15 deletions go/vt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
╭─[email protected] ~/dev/vitess-tester ‹main*›
╰─➤ go build -o vt2 ./go/ 1 ↵
no Go files in /Users/systay/dev/vitess-tester/go
╭─[email protected] ~/dev/vitess-tester ‹main*›
╰─➤ go build -o vt2 ./go/. 1 ↵
no Go files in /Users/systay/dev/vitess-tester/go
╭─[email protected] ~/dev/vitess-tester ‹main*›
╰─➤ go build -o vt2 ./go/.. 1 ↵
no Go files in /Users/systay/dev/vitess-tester
╭─[email protected] ~/dev/vitess-tester ‹main*›
╰─➤ go build -o vt2 ./go/... 1 ↵
go: cannot write multiple packages to non-directory vt2
*/

package main
Expand Down

0 comments on commit bc4cad8

Please sign in to comment.