~sircmpwn/gddo

55358d4d — Adnan Maolood 11 months ago master 1.18.3
internal/proxy: Compute stdlib latest version

The latest Go toolchain version does not have to match the latest Go
stdlib version. Manually compute the latest version instead.
6d8763f5 — Adnan Maolood a year ago 1.18.2
Update dependencies
58621a1e — Adnan Maolood 1 year, 1 month ago
Update go.mod to Go 1.21
ef48001a — Adnan Maolood 1 year, 1 month ago 1.18.1
internal/server: Reorder platforms
d3d1a14b — Adnan Maolood 1 year, 1 month ago
internal/stdlib: Remove testdata
73b1e801 — Adnan Maolood 1 year, 1 month ago
Update dependencies
60c0b49d — Adnan Maolood 1 year, 1 month ago
go mod tidy
8be5636e — Adnan Maolood 1 year, 1 month ago
internal/stdlib: Remove unused code
dcbcdfc9 — Adnan Maolood 1 year, 1 month ago
internal/proxy: Use Go toolchains to fetch stdlib
3cac5a44 — Adnan Maolood 1 year, 1 month ago
internal/server: Log platform that was fetched
3eff68d1 — Adnan Maolood 1 year, 1 month ago
internal/server: Reduce number of platforms
950095ab — Adnan Maolood 1 year, 1 month ago
Update about templates
f7831f29 — Adnan Maolood 1 year, 1 month ago 1.18
internal/server: Fix error status code
7ad77870 — Adnan Maolood 1 year, 1 month ago
internal/server: Disallow fetching of large modules
Update templates

I had first noticed that the <input> for searching was just a regular
`type="text"` instead of perhaps the more appropriate `type="search"`,
and then figured I'd throw godocs.io into https://validator.w3.org/nu/
to see if there was anything to fix up while I was here. Noticed a few
things:

* Removed an unnecessary trailing slash in <link>
* Removed the unnecessary `role="main"` on <main>
* Change <td>s to use CSS for alignment[1]
* Properly close the footer tag

Think these are all pretty clear improvements, but feel free to cut as
you see fit.

[1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#align
f12609a5 — Adnan Maolood 1 year, 4 months ago
internal/server: Limit file size to 30MB
097f3eee — Adnan Maolood 1 year, 4 months ago 1.17
templates: Fix example groups
4e6be37f — Adnan Maolood 1 year, 4 months ago
internal/server: Fix package example play URLs
2aa56eb7 — Adnan Maolood 1 year, 4 months ago 1.16
site.css: Update fonts

This somewhat mimics the behavior of Bootstrap 3.
2fcc7be4 — Adnan Maolood 1 year, 4 months ago 1.15
site.css: Minor tweaks
Next