Skip to content

Commit 93870c2

Browse files
committed
Add description to examples
1 parent 9fa7373 commit 93870c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ This repo uses [Changelog](CHANGELOG.md).
2323

2424
The `cmd` directory contains example applications that can be build by running `make build` in the root of the project. The resulting binaries will be places in `bin/`.
2525

26-
- `go-binlogparser`
27-
- `go-canal`
28-
- `go-mysqlbinlog`
29-
- `go-mysqldump`
30-
- `go-mysqlserver`
26+
- `go-binlogparser`: parses a binlog file at a given offset
27+
- `go-canal`: streams binlog events from a server to canal
28+
- `go-mysqlbinlog`: streams binlog events
29+
- `go-mysqldump`: like `mysqldump`, but in Go
30+
- `go-mysqlserver`: fake MySQL server
3131

3232
## Replication
3333

0 commit comments

Comments
 (0)