mirror of
https://github.com/tiennm99/miti99.git
synced 2026-09-19 00:23:12 +00:00
Parity is proven and every call site now invokes the JavaScript engine, so the Go implementation has no callers. It remains recoverable from history. The newsletter engine was Go's only consumer here: the Hugo theme is vendored under themes/ and the site configuration declares no module block, so nothing else needs a toolchain. Dropping go.mod also disposes of a latent defect, since it declared a newer Go version than either build environment pinned and only worked because the toolchain was fetched on demand. The Go patterns in .gitignore go with it.