pmorelli92 / bunnify

AMQP library to publish and consume events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project structure refactor

tomaswarynyca opened this issue · comments

Could the project be modified to have bunnify in the root?
Now we need to import github.com/pmorelli92/bunnify/bunnify
But in all projects it is imported like github.com/pmorelli92/bunnify

@pmorelli92 what do you think?

I can take a look at it for sure. I've done it following the pattern to support versioning as it is done for example in OIDC lib that has import such as github.com/coreos/go-oidc/v3/oidc. But I can take a look for sure.

@tomaswarynyca try using the v0.0.4-pre for now:

go get github.com/pmorelli92/bunnify@v0.0.4-pre

Ohh nice, in a few hours I will try it, thanks!