gorepod/template.html

12 lines
390 B
HTML
Raw Normal View History

2021-06-13 19:15:21 +08:00
<!doctype html>
<html>
<head>
<meta name="go-import" content="{{.ImportPath}} {{.RepoType}} {{.RepoPath}}">
<meta name="go-source" content="{{.ImportPath}} _ {{config.GitServerPrefix -}} / {{- .ShortPath -}} /src/branch/master{/dir} {{config.GitServerPrefix -}} / {{- .ShortPath -}} /src/branch/master{/dir}/{file}#L{line}">
</head>
<body>
go get {{.ImportPath}}
</body>
</html>