Codegen Examples with Go text/template package Link to post 01 generating templates with data 02 creating variables inside templates 03 passing down and using functions inside templates 04 embedding the templates into the binary # to build the binary run GOOS=linux go build -o main .