A playground application to experiment with the go-i18n framework.
Usage:
Run the application:
go run cmd.go
In a separate terminal run either of the following commands:
- To receive English responses:
curl "localhost:3000/?name=your_name" | jq .
- To receive Spanish responses:
curl "localhost:3000/?name=your_name&lang=es" | jq .