mirror of
https://github.com/status-im/status-go.git
synced 2025-01-26 06:30:23 +00:00
8 lines
112 B
Go
8 lines
112 B
Go
// +build !cl12
|
|
|
|
package cl
|
|
|
|
func (k *Kernel) ArgName(index int) (string, error) {
|
|
return "", ErrUnsupported
|
|
}
|