gomod: add go-import and go-source meta tags for ent ent-contrib (#1214)

This commit is contained in:
Ariel Mashraki
2021-01-28 16:50:49 +02:00
committed by GitHub
parent f5158dce55
commit 52cdf98cc2
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!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>

View File

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