7 lines
89 B
Go
7 lines
89 B
Go
// +build !windows
|
|
|
|
package layer
|
|
|
|
func (rl *roLayer) Platform() Platform {
|
|
return ""
|
|
}
|