tinted-theming / base16-builder-go

A base16 builder written in go, focused on convenience for template maintainers.
MIT License
50 stars 8 forks source link

Rename go.mod #24

Closed afq984 closed 2 years ago

afq984 commented 2 years ago
go install github.com/base16-project/base16-builder-go@latest
go: downloading github.com/base16-project/base16-builder-go v0.2.6
go: github.com/base16-project/base16-builder-go@latest: github.com/base16-project/base16-builder-go@v0.2.6: parsing go.mod:
        module declares its path as: github.com/belak/base16-builder-go
                but was required as: github.com/base16-project/base16-builder-go
belak commented 2 years ago

I pushed a small commit to fix this! Thanks for the report!

I've got a pretty big rewrite/cleanup coming in soon and I'll make sure to work on docs after that point.