aboutsummaryrefslogtreecommitdiffstats
path: root/repo/meta.html
blob: e5b39928939b93251490100917c7f614cfdbaa5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en" style="color-scheme: dark light;">

<head>
	<meta name="go-import" content="{{ .Package }} {{ .VCS }} {{ .Repository }}">
	<meta name="go-source" content="{{ .Package }} {{ .Home }} {{ .Directory }} {{ .File }}">
	<meta http-equiv="Refresh" content="0; url='https://pkg.go.dev/{{ .Package }}'" />
</head>

<body>
	<a href="https://pkg.go.dev/{{ .Package }}">Redirecting to documentation...</a>
</body>

</html>