ro_layer_unix.go 89 B

1234567
  1. // +build !windows
  2. package layer
  3. func (rl *roLayer) Platform() Platform {
  4. return ""
  5. }