diff options
Diffstat (limited to 'templates/package.tpl')
-rw-r--r-- | templates/package.tpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/package.tpl b/templates/package.tpl deleted file mode 100644 index 38deaf3..0000000 --- a/templates/package.tpl +++ /dev/null @@ -1,11 +0,0 @@ -<!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> |