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

Fix a syntax error and add module support #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dnephin
Copy link

@dnephin dnephin commented Jun 17, 2021

Thanks for writing this tool! I had starred it a while ago, and finally had a chance to try it out.

When I tried to install it, I first ran into a syntax error. Then I ran into trouble because the tool was still using the old x/tools interfaces that do not support modules.

This PR fixes the syntax error (first commit), and adds go module support and its own go.mod file.

I see you haven't committed to this repo in a while, but I thought I'd share these changes in case you were interested. I added a bunch of extra validation while debugging some problems, which maybe isn't all entirely necessary.

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.

1 participant