blob: f0c2003f3423982ba02626f7abb4734a61689df3 [file] [log] [blame]
// +build !windows
package layer
func (rl *roLayer) OS() OS {
return ""
}