#Easy way to print array of strings

1 messages · Page 1 of 1 (latest)

simple creek
#

I'm trying to output an array of strings. Is there an easy way to do this with the current fmt implementation?

nimble chasm
#

pretty sure {s} should work

#

for arrays and slices too, not just for single strings

simple creek
#

i'll give that a shot.