fracdex
fracdex copied to clipboard
go get -v roci.dev/fracdex failed
It looks seem you forget add golang repo meta tag to new site
add those meta tag to index.html head can fix it
<meta name="go-import" content="roci.dev git https://github.com/rocicorp">
$: go get -v roci.dev/fracdex
go: roci.dev/fracdex: no matching versions for query "upgrade"
$: curl -i roci.dev/fracdex -L
HTTP/1.0 308 Permanent Redirect
Content-Type: text/plain
Location: https://roci.dev/fracdex
Refresh: 0;url=https://roci.dev/fracdex
server: Vercel
HTTP/2 307
cache-control: public, max-age=0, must-revalidate
content-type: text/plain
date: Sun, 29 Jun 2025 06:45:23 GMT
location: https://rocicorp.dev/fracdex
server: Vercel
strict-transport-security: max-age=63072000
x-vercel-id: sfo1::4kfwb-1751179523907-479d7b5d0817
HTTP/2 404
accept-ranges: bytes
access-control-allow-origin: *
age: 1316191
cache-control: public, max-age=0, must-revalidate
content-disposition: inline; filename="404"
content-type: text/html; charset=utf-8
date: Sun, 29 Jun 2025 06:45:33 GMT
etag: "070b830d8eb5328bc1fb10fda3e4ab66"
last-modified: Sat, 14 Jun 2025 01:09:01 GMT
server: Vercel
strict-transport-security: max-age=63072000
x-matched-path: /404
x-vercel-cache: HIT
x-vercel-id: sfo1::rh9qz-1751179533190-89bf2d894987
content-length: 2728
<!DOCTYPE html><html lang="en" class=""><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link data-next-font="" rel="preconnect" href="/" crossorigin="anonymous"/><link rel="preload" href="/_next/static/css/d529cb6062b678a7.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d529cb6062b678a7.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/_next/static/chunks/webpack-5914b2e2579fc696.js" defer=""></script><script src="/_next/static/chunks/framework-63157d71ad419e09.js" defer=""></script><script src="/_next/static/chunks/main-923b71ac2a36f578.js" defer=""></script><script src="/_next/static/chunks/pages/_app-035fa948c289d491.js" defer=""></script><script src="/_next/static/chunks/pages/_error-4afcb85b7c260fd3.js" defer=""></script><script src="/_next/static/Ohr8U71cji8tCPclKccY4/_buildManifest.js" defer=""></script><script src="/_next/static/Ohr8U71cji8tCPclKccY4/_ssgManifest.js" defer=""></script></head><body class="bg-black text-white"><div id="__next"><script>!function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');var e=localStorage.getItem('theme');if(e){c.add(e|| '')}else{c.add('dark');}if(e==='light'||e==='dark'||!e)d.style.colorScheme=e||'dark'}catch(t){}}();</script><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"Ohr8U71cji8tCPclKccY4","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
</script></body></html>
Are you saying we should add a file at that URL that has the required meta?
yes, add it at https://rocicorp.dev should be enough