# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
go-text-template
用法
curl --location --request POST '127.0.0.1:8080/ping'
curl --location --request POST '127.0.0.1:8080/gen' \
--header 'Content-Type: application/json' \
--data-raw '{
"template": "your name is {{ .name }}, age is {{ .age }}",
"data": "{\"name\":\"coco\",\"age\":18}"
}'