aboutsummaryrefslogtreecommitdiff
path: root/templates/gitea.rs.html
blob: f062d91246cb2c9d3e6a89fa66e2fa921e0bba31 (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/src/@branch@{/dir@} @git_repo/src/@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>