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

adjust file heirarchy to use cmd/allmark #38

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

Conversation

urandom2
Copy link

The use of the cli directory works, but makes go-get painful to use.
This change adopts the standard cmd directory for main packages, and
allows for go get github.com/andreaskoch/allmark/cmd/allmark.

Note this is a breaking change, as go get
github.com/andreaskoch/allmark/cli will not do what it did before.

This is a minimum viable change to enable modern go toolchains to build
github.com/andreaskoch/allmark/cli in go module mode. The module is not
tidy, and we are relying on ./vendor, but it does build.
@urandom2 urandom2 marked this pull request as ready for review December 26, 2022 02:33
The use of the cli directory works, but makes go-get painful to use.
This change adopts the standard cmd directory for main packages, and
allows for go get github.com/andreaskoch/allmark/cmd/allmark.

Note this is a breaking change, as go get
github.com/andreaskoch/allmark/cli will not do what it did before.
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