Skip to content

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