diff options
author | xengineering <me@xengineering.eu> | 2024-10-12 15:34:15 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-12 15:34:15 +0200 |
commit | 2e3edc3ab82af68bec3bbc174d762a1cadc3362d (patch) | |
tree | 501760215b40f07263e6aacd45f9866bd4c785f7 | |
parent | 1fb03d184c8ac6df472d9ab976bc9cfbd58bcb1a (diff) | |
download | website-2e3edc3ab82af68bec3bbc174d762a1cadc3362d.tar website-2e3edc3ab82af68bec3bbc174d762a1cadc3362d.tar.zst website-2e3edc3ab82af68bec3bbc174d762a1cadc3362d.zip |
Link Go module xengineering.eu/ceres
This change allows the `go` tool to find the source code of the
referenced module.
-rw-r--r-- | content/ceres | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/ceres b/content/ceres new file mode 100644 index 0000000..ab0f073 --- /dev/null +++ b/content/ceres @@ -0,0 +1,7 @@ +<html> +<head> + <meta name="go-import" content="xengineering.eu/ceres git https://cgit.xengineering.eu/ceres"> +</head> +<body> +</body> +</html> |