diff options
author | xengineering <me@xengineering.eu> | 2024-11-26 20:01:34 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-26 20:01:34 +0100 |
commit | c8991fa1cd5ad09ed4161983df7cca6a21befcdf (patch) | |
tree | 873096d67457d8deb40952288496939b1925347f | |
parent | 6ca8985201a24723d469bae7249a5170e4e648bc (diff) | |
download | website-c8991fa1cd5ad09ed4161983df7cca6a21befcdf.tar website-c8991fa1cd5ad09ed4161983df7cca6a21befcdf.tar.zst website-c8991fa1cd5ad09ed4161983df7cca6a21befcdf.zip |
Add Go import redirection for optional-go
-rw-r--r-- | content/optional-go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/optional-go b/content/optional-go new file mode 100644 index 0000000..597b428 --- /dev/null +++ b/content/optional-go @@ -0,0 +1,7 @@ +<html> +<head> + <meta name="go-import" content="xengineering.eu/optional-go git https://cgit.xengineering.eu/optional-go"> +</head> +<body> +</body> +</html> |