Version 1.6 brings improvements to the local documentation viewing
experience. gddo now supports serving documentation for Go modules in
the current directory, allowing you to preview your changes locally.
Handling of the standard library has also been improved, eliminating
redundant fetches of the standard library git repository.
Adnan Maolood (10):
Makefile: make POSIX-compliant
internal/stdlib: Treat stdlib as a single module
internal/stdlib: Trim data
internal/server: Refactor sources
internal/stdlib: Fix failing tests
internal/server: Remove references to deleted templates
internal/server: Serve modules from the current directory
internal/server: Tweak stdlib page name
templates/common.html: Hide separator when unneeded
Update README.md