func()

in pkg/archive/spec.go [175:181]


func (s *Spec) OS() string {
	if s.Distro == "windows" {
		return "windows"
	}

	return "linux"
}