Asim Aslam

Results 126 comments of Asim Aslam

Import the grpc client/server in the plugins directory

The protobuf code generator has moved to https://github.com/go-micro/generator

The cmd package was mostly a hack. It's not a pluggable one. It's not something where you can pick and choose your parsers. It would make more sense as a...

I think it makes sense. And to maybe even rewrite the config package to enable very easy parsing and access to stuff like this for env and flags to do...

Yea, it's convenient for initialisation but not a mandatory feature

The domain go-micro.dev now points to this repo with go import meta tags. The next step will be to rename the module and the various package names

Yes it's backwards incompatible but we've made these moves before between versions and orgs. I think what it ensures is long term it doesn't matter where the repo lives and...

That's correct. I need to actually test this in a separate project to see what affect it has. I am guessing that Go probably still attempts to honour versioning and...

So I'm testing here https://github.com/asim/test-vanity but I can see issues with versioned vanity url usage. This seems to imply that the server returning the meta tags needs to understand the...

So I was attempting to do this in my test repo but it seems like Go completely ignores the release tags unless it's v1 or you have versioned the module...