diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 18:16:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 18:16:39 -0600 |
| commit | 8040dfad1000c962dec9ecf7cdfd1ba5f06c3a97 (patch) | |
| tree | 0893cddf00ee02e5ee0741d26014ceedfab99e2e /indexHtml.go | |
| parent | 3387c71b19acb6359d0fba08b0b48cb29fb1334b (diff) | |
manually verified all pathsv0.0.3
Signed-off-by: Jeff Carr <[email protected]>
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>") |
