Asim Aslam

Results 126 comments of Asim Aslam

You've just made me realise. The v4 submodules were not working with the vanity URL because they were not tagged. I may have to retest that

When `go get` is called its called with ?go-get=1 as the param, when this happens the go-import is served

So now if you curl you'll see ``` curl https://go-micro.dev Go Micro Redirecting you to the Github. ```

Using nginx, here's the rules ``` root /web/go-micro/html; location ~ ^/plugins/(.*)/(v[0-9].*) { if ($args = "go-get=1") { add_header Content-Type text/html; return 200 ''; } } location ~ ^/(.*) { if...

Now that we've fixed that. Next question, can vanity urls be used as part of modules like the plugins, examples, etc?

The latest with vanity URL is not tagged. I want to try get as much under the vanity URL as possible and then tag

Moved cmd/micro to be under the vanity url also now @AuditeMarlow

I wish we could get plugins under a vanity url. Go really sucks sometimes.

We didn't really have good implementations for the blob store interface and it was specifically for our own product requirements at the company. Now that this has gone back to...

Not yet. Doing some cleanup. Trying to find the right integration path.