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/optional-go | |
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/optional-go')
-rw-r--r-- | content/optional-go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/optional-go b/content/optional-go index 597b428..7d9316c 100644 --- a/content/optional-go +++ b/content/optional-go @@ -1,6 +1,7 @@ <html> <head> <meta name="go-import" content="xengineering.eu/optional-go git https://cgit.xengineering.eu/optional-go"> + <meta name="go-source" content="xengineering.eu/optional-go https://cgit.xengineering.eu/optional-go https://cgit.xengineering.eu/optional-go/tree{/dir} https://cgit.xengineering.eu/optional-go/tree/{file}#n{line}"> </head> <body> </body> |