8 lines
82 B
Go
8 lines
82 B
Go
|
// +build s390x
|
||
|
|
||
|
package binfmt_misc
|
||
|
|
||
|
func s390xSupported() error {
|
||
|
return nil
|
||
|
}
|