go-text-template

module
v0.0.0-...-c2da2d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0

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

参考文档

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL