doc: add index.html for entfix cmd (#4325)

* doc: add index.html for entfix cmd

* fix typo
This commit is contained in:
Ronen Lubin
2025-02-12 16:26:54 +02:00
committed by GitHub
parent 598ae18ac1
commit bfd5471a48

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/ent/ent">
<meta name="go-source" content="entgo.io/ent https://github.com/ent/ent https://github.com/ent/ent/tree/master{/dir} https://github.com/ent/ent/blob/master{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/entgo.io/ent/entfix">
</head>
<body>
Nothing to see here; <a href="https://pkg.go.dev/entgo.io/ent/entfix">move along</a>.
</body>
</html>