Skip to content

Commit

Permalink
support go get
Browse files Browse the repository at this point in the history
Signed-off-by: lec-bit <glfhmzmy@126.com>
  • Loading branch information
lec-bit committed Nov 9, 2024
1 parent ed08164 commit 08e3bae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
###############################################
# set server-side redirects in this file #
# see https://www.netlify.com/docs/redirects/ #
# test at https://play.netlify.com/redirects #
###############################################
# Redirect golang vanity imports for volcano.sh
/kmesh/* go-get=1 /golang/kmesh.html 200
4 changes: 4 additions & 0 deletions static/golang/volcano.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="kmesh.net/kmesh git https://github.com/kmesh-net/kmesh">
<meta name="go-source" content="kmesh.net/kmesh https://github.com/kmesh-net/kmesh https://github.com/kmesh-net/kmesh/tree/main{/dir} https://github.com/kmesh-net/kmesh/blob/main{/dir}/{file}#L{line}">
</head></html>

0 comments on commit 08e3bae

Please sign in to comment.