diff options
author | xengineering <me@xengineering.eu> | 2024-10-31 22:16:04 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-31 22:16:04 +0100 |
commit | 65b8ebd9cb6d1c812739e2ce566ac159b27d14ab (patch) | |
tree | d9a48c53156ad6ea03a76a3b63f8ba89b94b53c3 | |
parent | 2e3edc3ab82af68bec3bbc174d762a1cadc3362d (diff) | |
download | website-65b8ebd9cb6d1c812739e2ce566ac159b27d14ab.tar website-65b8ebd9cb6d1c812739e2ce566ac159b27d14ab.tar.zst website-65b8ebd9cb6d1c812739e2ce566ac159b27d14ab.zip |
Add Go import hint for xengineering.eu/soundbox-go
The old module name xengineering.eu/soundbox should be deprecated. It is
kept for compatibility reasons.
-rw-r--r-- | content/soundbox-go | 7 |
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> |