8 lines
112 B
Go
8 lines
112 B
Go
|
// +build !cl12
|
||
|
|
||
|
package cl
|
||
|
|
||
|
func (k *Kernel) ArgName(index int) (string, error) {
|
||
|
return "", ErrUnsupported
|
||
|
}
|