Categorygithub.com/MenciusCheng/go-text-template
repository
0.0.0-20240425075121-c2da2d249d1b
Repository: https://github.com/menciuscheng/go-text-template.git
Documentation: pkg.go.dev

# 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}"
}'

参考文档