Go: Add to Conditional Switch concept the option to have couple of values in one entry

Hi,
I want to add to Conditionals Switch in Go on Exercism
An example of more than one value

For example:

case “windows”, “linux”:
// do something if the operating system is windows or linux