diff options
author | xengineering <me@xengineering.eu> | 2024-11-29 10:50:32 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-29 10:50:32 +0100 |
commit | 0478c7ff651f25759dc240736ad5af048bd3106a (patch) | |
tree | fdbca9f95f664ce4e71a412c036349df89df9d83 /content/ceres | |
parent | 943ee02f862c9b7b5b84abba3c993d70998515f6 (diff) | |
download | website-0478c7ff651f25759dc240736ad5af048bd3106a.tar website-0478c7ff651f25759dc240736ad5af048bd3106a.tar.zst website-0478c7ff651f25759dc240736ad5af048bd3106a.zip |
Add Go source links to all published Go modules
This allows to jump from API doc to source files via links on
https://pkg.go.dev.
Diffstat (limited to 'content/ceres')
-rw-r--r-- | content/ceres | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/ceres b/content/ceres index ab0f073..3099c6f 100644 --- a/content/ceres +++ b/content/ceres @@ -1,6 +1,7 @@ <html> <head> <meta name="go-import" content="xengineering.eu/ceres git https://cgit.xengineering.eu/ceres"> + <meta name="go-source" content="xengineering.eu/ceres https://cgit.xengineering.eu/ceres https://cgit.xengineering.eu/ceres/tree{/dir} https://cgit.xengineering.eu/ceres/tree/{file}#n{line}"> </head> <body> </body> |