status-go/vendor/github.com/urfave/cli/v2/sliceflag_pre18.go
Andrea Maria Piana fc836e4c76 upgrade ethereum
2022-10-26 09:39:30 +02:00

11 lines
130 B
Go

//go:build !go1.18
// +build !go1.18
package cli
import (
"flag"
)
func unwrapFlagValue(v flag.Value) flag.Value { return v }