8 lines
98 B
Go
8 lines
98 B
Go
|
// +build !s390x
|
||
|
|
||
|
package binfmt_misc
|
||
|
|
||
|
func s390xSupported() error {
|
||
|
return check(Binarys390x)
|
||
|
}
|