github.com/lazyboychen7/engine@v17.12.1-ce-rc2+incompatible/layer/ro_layer_unix.go (about)

     1  // +build !windows
     2  
     3  package layer
     4  
     5  func (rl *roLayer) OS() OS {
     6  	return ""
     7  }