Files
ent/doc/website/static/contrib/index.html
Ariel Mashraki 528db137de go: add remote import paths for subpackages (#1241)
Currently, website is stored in S3 as static content, and this should be generated
by the server when we change the website deployment
2021-02-05 14:09:50 +02:00

13 lines
663 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="entgo.io/contrib git https://github.com/facebookincubator/ent-contrib">
<meta name="go-source" content="entgo.io/contrib https://github.com/facebookincubator/ent-contrib https://github.com/facebookincubator/ent-contrib/tree/master{/dir} https://github.com/facebookincubator/ent-contrib/blob/master{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/entgo.io/contrib">
</head>
<body>
Nothing to see here; <a href="https://pkg.go.dev/entgo.io/contrib">move along</a>.
</body>
</html>