-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
Go modules #406
Comments
Yes, absolutely. Before that I want to ensure that creating a module is much easier than it is now, and has less (ideally no) dependencies on the underlying platform used for display (tcell, etc.). This branch is currently in progress to move in that direction: #402 Do you have thoughts about how modules would look for wtf? |
I think that Go modules and modules for WTF are slightly different, but could be closely related. For Go modules specifically, it would allow WTF to remove the vendor directory and replace the |
Right, I was conflating the two. Having Go modules is definitely the direction it should go. I would love to see the |
Awesome! Would you mind if I take a stab at it? If so, is there a particular branch you want me to work off? |
Go for it. Create a new branch off master and you're good. |
Just created a PR for it 😄(#417) I know the PR description is a bit on the long side, but I wanted to thoroughly document the changes I made to make your review easier. |
Closed from #417 |
@senorprogrammer, is wtf looking at moving to Go modules? If so, I'd love to help out make the move 😄
The text was updated successfully, but these errors were encountered: