How to split a long Go template function across multiple lines?
This cannot be done. From the text/template
documentation:
Except for raw strings, actions may not span newlines, although comments can.
This cannot be done. From the text/template
documentation:
Except for raw strings, actions may not span newlines, although comments can.