Added reference and example for Go

This commit is contained in:
Ben Pate 2022-09-01 10:37:52 -06:00
parent 60acaacc41
commit 23bdcf1e92

View File

@ -131,7 +131,8 @@ libraries and provide an excellent opportunity for improving the developer exper
hypermedia-oriented libraries.
Here are some known implementations of the fragment concept:
* Go
* [Standard Library (use block actions)](https://pkg.go.dev/text/template) [[demo]](https://gist.github.com/benpate/f92b77ea9b3a8503541eb4b9eb515d8a)
* Python
* [Django Render Block Extension](https://pypi.org/project/django-render-block/)
* Java