diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-08 10:15:46 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-08 10:15:46 -0700 |
commit | 347a1e19231b83c3ae8ace1fd32a05d2f8f54905 (patch) | |
tree | d8add10ee8a9040ea4c403fd3665b3dc8209a506 /tools/govanity/templates | |
parent | ci: add GitHub action to update flakes and dependabot (diff) | |
download | world-347a1e19231b83c3ae8ace1fd32a05d2f8f54905.tar.gz |
ref(tools/govanity): moved back to its own repository
It's back at https://github.com/fcuny/govanity
Diffstat (limited to 'tools/govanity/templates')
-rw-r--r-- | tools/govanity/templates/index.html.tpl | 14 | ||||
-rw-r--r-- | tools/govanity/templates/module.html.tpl | 12 |
2 files changed, 0 insertions, 26 deletions
diff --git a/tools/govanity/templates/index.html.tpl b/tools/govanity/templates/index.html.tpl deleted file mode 100644 index fd8fc56..0000000 --- a/tools/govanity/templates/index.html.tpl +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>golang repo</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - </head> - <body> - <ul> - {{ range $idx, $m := .Repositories }} - <li>go get <a href="{{ $m.Repo }}">{{ $.BaseUrl }}/{{ $m.Name }}/</a></li> - {{end}} - </ul> - </body> -</html> 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> |