mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
gomod: add go-import and go-source meta tags for ent ent-contrib (#1214)
This commit is contained in:
12
doc/website/static/contrib.html
Normal file
12
doc/website/static/contrib.html
Normal 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>
|
||||
12
doc/website/static/ent.html
Normal file
12
doc/website/static/ent.html
Normal 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>
|
||||
Reference in New Issue
Block a user