sariina / mina

Imitates HTTP requests and responses of a chosen host
MIT License
44 stars 3 forks source link

Name clash with mina deploy tool #5

Closed alexaandru closed 7 years ago

alexaandru commented 7 years ago

Just a FYI but there's already a project out there called mina (for quite a while now): https://github.com/mina-deploy/mina

siadat commented 7 years ago

Thanks for reporting this. I'm hoping there won't be a conflict because the scope of the projects are different. And if the problem is with the binaries, you can always define an alias, e.g.:

alias mina-proxy="$GOPATH/bin/mina"