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 -- 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/5a2e814b-3e80-4604-9946-636fd077b4c0n%40googlegroups.com.