go-mysql-org / go-mysql

a powerful mysql toolset with Go
MIT License
4.56k stars 971 forks source link

What the word "Unlick" means? In dump/dump.go, line 14. #262

Open sydnever opened 6 years ago

sydnever commented 6 years ago
package dump

import (
    "fmt"
    "io"
    "os"
    "os/exec"
    "strings"

    "github.com/juju/errors"
    . "github.com/siddontang/go-mysql/mysql"
)

// Unlick mysqldump, Dumper is designed for parsing and syning data easily.
type Dumper struct {
    // mysqldump execution path, like mysqldump or /usr/bin/mysqldump, etc...
    ExecutionPath string

It should be "like"?

siddontang commented 6 years ago

sorry, I don't know why now.

Maybe you can send me a PR to remove unlick mysqldump, thank you.