Added reference and example for Go (#1020)

This commit is contained in:
Ben Pate 2022-09-01 12:01:23 -06:00 committed by GitHub
parent 7ab4d8c1f2
commit a8687247d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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