``` switch unit { case "Kb", "Mb", "Gb", "Tb", "Pb", "Eb": goto BitsError } ``` https://github.com/c2h5oh/datasize/blame/master/datasize.go#L155