Passing multiple arguments to golang templates

Have you ever ever needed to move a number of arguments to a go template? In case you google it you will be satisfied it isn’t potential. However bear with me. In go templates you’ll be able to move a single “argument” (pipeline in go parlance) to a template outlined block. However by making a […]