8 lines
73 B
Go
8 lines
73 B
Go
//go:build remote
|
|
|
|
package registry
|
|
|
|
func init() {
|
|
abiSupport = false
|
|
}
|