From 086cdf873f5fb22f858476a035883a945503bd4a Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Mon, 31 Dec 2018 12:31:52 -0800 Subject: Add minimal styling --- templates/index.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..802996c --- /dev/null +++ b/templates/index.html @@ -0,0 +1,37 @@ + + + + + + +
+
+ + + + + + + + + + {{ range $key, $value := .Packages }} + {{ $importPath := printf "%v/%v" $.URL $key }} + + + + + + {{ end }} + +
PackageSourceDocumentation
{{ $importPath }} + {{ $value.Repo }} + + + GoDoc + +
+
+
+ + -- cgit v1.2.3