mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
update go-get.js
This commit is contained in:
parent
42bcdfcc1c
commit
512f80d95c
|
|
@ -6,8 +6,8 @@ export default async (request, context) => {
|
|||
return new Response(`
|
||||
<html>
|
||||
<head>
|
||||
<meta name="go-import" content="https://kubesphere.io${url.pathname} git https://github.com/kubesphere${url.pathname}">
|
||||
<meta name="go-source" content="https://kubesphere.io${url.pathname} https://github.com/kubesphere${url.pathname} https://github.com/kubesphere${url.pathname}/tree/master/{/dir} https://github.com/kubesphere${url.pathname}/blob/master/{/dir}/{/file}#L{/line}">
|
||||
<meta name="go-import" content="kubesphere.io${url.pathname} git https://github.com/kubesphere${url.pathname}">
|
||||
<meta name="go-source" content="kubesphere.io${url.pathname} _ https://github.com/kubesphere${url.pathname} https://github.com/kubesphere${url.pathname}/tree/master/{/dir} https://github.com/kubesphere${url.pathname}/blob/master/{/dir}/{/file}#L{/line}">
|
||||
</head>
|
||||
</html>`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue