hacktivist123 / goignore

A lightweight CLI tool for generating .gitignore file in your project. Built with Go and ❤️
MIT License
29 stars 6 forks source link

Unable to install #3

Closed quamejnr closed 1 year ago

quamejnr commented 1 year ago

I am unable to add it to my project. go get -u github.com/hacktivist123/goignore/cmd/goignore gives an error module declares its path as: goignore but was required as: github.com/hacktivist123/goignore

I'm using MacOS

hacktivist123 commented 1 year ago

i see, so there's a new release.

add @v1.0.1 and you're good to go

quamejnr commented 1 year ago

Still unable to use it in my project. goignore command is not recognized

hacktivist123 commented 1 year ago

Interesting, let me work on a fix and get back to you.

Thank you so much for the feedback

hacktivist123 commented 1 year ago

fixed, thanks