summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-10-01 22:09:54 +0200
committerxengineering <me@xengineering.eu>2024-10-01 22:09:54 +0200
commit38af3966f16f176a964649eb56e924118baa8b54 (patch)
treefff88ff1c0fc5a33e2a38bb88da111d27f5aa4d7
parent77a1622a8003e00e689c520f379667ded8490201 (diff)
downloadwebsite-38af3966f16f176a964649eb56e924118baa8b54.tar
website-38af3966f16f176a964649eb56e924118baa8b54.tar.zst
website-38af3966f16f176a964649eb56e924118baa8b54.zip
Add redirection for Go module soundbox-go
While the Go import is `xengineering.eu/soundbox-go` the repository URL is `https://cgit.xengineering.eu/soundbox-go`. This HTML file with a simple `meta` tag makes it possible that the Go tool from users find the correct URL automatically.
-rw-r--r--content/soundbox-go7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/soundbox-go b/content/soundbox-go
new file mode 100644
index 0000000..893acef
--- /dev/null
+++ b/content/soundbox-go
@@ -0,0 +1,7 @@
+<html>
+<head>
+ <meta name="go-import" content="xengineering.eu/soundbox-go git https://cgit.xengineering.eu/soundbox-go">
+</head>
+<body>
+</body>
+</html>