Tinygo is just one package away
Author: mar1n3r0Created Jan 9, 2022Updated Feb 4, 2026
Good news, I know that a lot of people are waiting for this.
The net/http and encoding/json packages are now implemented in tinygo.
The only package left for it to compile successfully is text/template:
https://tinygo.org/docs/reference/lang-support/stdlib/#texttemplate
https://github.com/tinygo-org/tinygo/issues/752
text/template relies heavily on reflect which is one of tinygo's weak points. You might be better off looking for a code-generation template library if possible. ?
@maxence-charriere Could this be an easy to bypass stumble block?
Maybe this: https://github.com/valyala/fasttemplate
Let's keep that issue open and track progress here.
Source: maxence-charriere/go-app