Skip to content
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

drop juju/errors dep #1

Merged
merged 2 commits into from
Nov 6, 2018
Merged

drop juju/errors dep #1

merged 2 commits into from
Nov 6, 2018

Conversation

july2993
Copy link

drop juju/errors dep, so TiDB-Binlog can drop this dep, just use standard errors package like other place in this lib

@@ -6,7 +6,8 @@ import (
"strconv"
"strings"

"github.com/juju/errors"
"errors"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think built-in package "errors" import statement should be adjacent with other built-in package imports, with no blank line.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update format

@zanmato1984
Copy link
Owner

LGTM. Merging.

@zanmato1984 zanmato1984 merged commit 3e9a6b9 into zanmato1984:master Nov 6, 2018
@july2993 july2993 deleted the remove_juju branch November 6, 2018 12:43
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 this pull request may close these issues.

2 participants