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