vardius / go-api-boilerplate

Go Server/API boilerplate using best practices DDD CQRS ES gRPC
https://go-api-boilerplate.local
MIT License
929 stars 135 forks source link

Enhancement/export internal packages #64

Closed mar1n3r0 closed 4 years ago

mar1n3r0 commented 4 years ago

Export internal packages so they can be reused outside of the boilerplate.

mar1n3r0 commented 4 years ago

build github.com/vardius/go-api-boilerplate/cmd/user: cannot load github.com/vardius/go-api-boilerplate/internal/errors: no matching versions for query "latest"

Would you mind taking a look ? Going through the commits I can't see any existing leftover and this is github.com/vardius/go-api-boilerplate/pkg/errors everywhere. Re-run the tests Travis is still looking for a non-existing path, seems like cached or something.

P.S. Please try to proceed with the PRs yourself when you have time since the two masters are too different from each other for me to be able to complete it even when this is resolved. Just saw other bunch of files from my master that were not supposed to be in the merge to the upstream master.

Closing.