about summary refs log tree commit diff
path: root/tools/govanity/templates/module.html.tpl
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-08 10:15:46 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-08 10:15:46 -0700
commit347a1e19231b83c3ae8ace1fd32a05d2f8f54905 (patch)
treed8add10ee8a9040ea4c403fd3665b3dc8209a506 /tools/govanity/templates/module.html.tpl
parentci: add GitHub action to update flakes and dependabot (diff)
downloadworld-347a1e19231b83c3ae8ace1fd32a05d2f8f54905.tar.gz
ref(tools/govanity): moved back to its own repository
It's back at https://github.com/fcuny/govanity
Diffstat (limited to '')
-rw-r--r--tools/govanity/templates/module.html.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/govanity/templates/module.html.tpl b/tools/govanity/templates/module.html.tpl
deleted file mode 100644
index fab3414..0000000
--- a/tools/govanity/templates/module.html.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>{{.Name}}: golang repo</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta name="go-import" content="{{.BaseUrl}}/{{.Name}} {{.VCS}} {{.Repo}}">
-    <meta name="go-source" content="{{.BaseUrl}}/{{.Name}} _ {{.Repo}}/src{/dir} {{.Repo}}/src{/dir}/{file}/#L{line}">
-  </head>
-  <body>
-    go get {{.BaseUrl}}/{{.Name}}
-  </body>
-</html>