Skip to content

Migrate the project to properly use go module versioning#417

Closed
ysmood wants to merge 1 commit intoViRb3:masterfrom
ysmood:migrate-to-go-mod-v2
Closed

Migrate the project to properly use go module versioning#417
ysmood wants to merge 1 commit intoViRb3:masterfrom
ysmood:migrate-to-go-mod-v2

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