andreaskoch / allmark

A cross-platform markdown web server
https://allmark.io
Other
314 stars 73 forks source link

adjust file heirarchy to use cmd/allmark #38

Open urandom2 opened 1 year ago

urandom2 commented 1 year ago

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.