Skip to content

Instantly share code, notes, and snippets.

View amrzteb's full-sized avatar
🐶
On vacation

xiang song amrzteb

🐶
On vacation
View GitHub Profile
@alex-leonhardt
alex-leonhardt / main.go
Last active October 11, 2024 11:34
golang text/template with a map[string]interface{} populated from mixed json data
package main
import (
"encoding/json"
"os"
"reflect"
"text/template"
)