this required ?
For example - Say I have a cache-control header then this should be enough
if a string type was used for value and not a slice, then
*Header["cache-control"] = ["max-age=200; public"]*
Am I wrong to conclude that ?
Or should this be the correct way ?
*Header["cache-control"] = ["max-age=200", "public"]*
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.