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

Migrate the project to properly use go module versioning #417

Closed
wants to merge 1 commit into from

Conversation

ysmood
Copy link

@ysmood ysmood commented Aug 19, 2024

The project is using v2 tag on git repo, but it doesn't follow the rule of standard go module.

FYI: https://go.dev/blog/v2-go-modules

If you try to run directly it will fail:

go run github.com/ViRb3/wgcf@latest 

After this fix, you will be able to run the wgcf cli without having to install it:

go run github.com/ViRb3/wgcf/v2@latest -h
go run github.com/ViRb3/wgcf/v2@latest register
go run github.com/ViRb3/wgcf/v2@latest generate

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