• Daniel Martí's avatar
    Avoid using two periods in templates · c054b201
    Daniel Martí authored
    Since $id_field already starts with a period, .$id_field would result in the
    following in Go 1.5:
    
    error: error parsing template {{range.items}}{{..metadata.name}}:{{end}}, template: output:1: unexpected . after term "."
    
    Apparently, Go 1.4 allowed this. Unnecessary anyway.
    c054b201
test-cmd.sh 35.5 KB