diff options
Diffstat (limited to 'indexHtml.go')
| -rw-r--r-- | indexHtml.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indexHtml.go b/indexHtml.go index 5ea96e1..1fca005 100644 --- a/indexHtml.go +++ b/indexHtml.go @@ -39,7 +39,7 @@ func indexBodyStart(w http.ResponseWriter) { fmt.Fprintln(w, " <th>Package</th>") fmt.Fprintln(w, " <th>go get</th>") fmt.Fprintln(w, " <th>Authoritative sources (IPv6 only)</th>") - fmt.Fprintln(w, " <th>github mirror</th>") + fmt.Fprintln(w, " <th></th>") fmt.Fprintln(w, " <th>Documentation</th>") fmt.Fprintln(w, " </tr>") // fmt.Fprintln(w, " </thead>") |
