diff options
Diffstat (limited to 'lib/go_vanity/templates/github.rs.html')
| -rw-r--r-- | lib/go_vanity/templates/github.rs.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/go_vanity/templates/github.rs.html b/lib/go_vanity/templates/github.rs.html deleted file mode 100644 index 9782b1c..0000000 --- a/lib/go_vanity/templates/github.rs.html +++ /dev/null @@ -1,14 +0,0 @@ -@(pkg_name: &str, git_repo: &str, branch: &str) - -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <meta name="go-import" content="@pkg_name git @git_repo"> - <meta name="go-source" content="@pkg_name @git_repo @git_repo/tree/@branch@{/dir@} @git_repo/blob/@branch@{/dir@}/@{file@}#L@{line@}"> - <meta http-equiv="refresh" content="0; url=https://godoc.org/@pkg_name"> - </head> - <body> - Please see <a href="https://godoc.org/@pkg_name">here</a> for documentation on this package. - </body> -</html> |
