aboutsummaryrefslogtreecommitdiff
path: root/templates/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/package.html')
-rw-r--r--templates/package.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/package.html b/templates/package.html
new file mode 100644
index 0000000..38deaf3
--- /dev/null
+++ b/templates/package.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta name="go-import" content="{{ .CanonicalURL }} git https://{{ .Repo }}">
+ <meta name="go-source" content="{{ .CanonicalURL }} https://{{ .Repo }} https://{{ .Repo }}/tree/master{/dir} https://{{ .Repo }}/tree/master{/dir}/{file}#L{line}">
+ <meta http-equiv="refresh" content="0; url={{ .GodocURL }}">
+ </head>
+ <body>
+ Nothing to see here. Please <a href="{{ .GodocURL }}">move along</a>.
+ </body>
+</html>