Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sydnever opened this issue Apr 26, 2018 · 1 comment · Fixed by #1011
Closed

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

sydnever opened this issue Apr 26, 2018 · 1 comment · Fixed by #1011

Comments

@sydnever
Copy link

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
Copy link
Collaborator

siddontang commented Apr 26, 2018

sorry, I don't know why now.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants