On Sun, 2023-12-17 at 07:06 -0800, Brijesh Wawdhane wrote:
> I added a go-import meta tag to my git server's website on the repo
> page and it looks like
> 
> <meta name="go-import" content="brijesh.dev/kairos git
> https://brijesh.dev/kairos.git";>
> 
> but when I try running "go get brijesh.dev/kairos" I get an error
> saying 'go: unrecognized import path "brijesh.dev/kairos": reading
> https://brijesh.dev/kairos?go-get=1: 404 Not Found'
> 
> it is probably because it is looking at
> https://brijesh.dev/kairos?go-get=1(which is invalid) and not
> https://brijesh.dev/kairos.git?go-get=1(the correct address) even
> though it the url is with .git in the go-import tag

If you go to the page for the repo[1] with a browser and attempt to
follow the link for the commit[2], it gives a 404, so the server seems
sick.

[1]https://brijesh.dev/kairos.git
[2]https://brijesh.dev/kairos/commit/fa700f82d14a5a319cb6267a7dbde994683067ca

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/5106cb1b23fdd2547486156e05c6910122ce9e0a.camel%40kortschak.io.

Reply via email to