aboutsummaryrefslogtreecommitdiff
path: root/lib/go_vanity/templates/github.rs.html
blob: 9782b1c5b89402d784ff3af39391320b7d48e47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@(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>