1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-11-17 14:18:39 +00:00
go-mtree/vendor/github.com/urfave/cli/v2/sliceflag_pre18.go
Vincent Batts 9e437eee80
go: update modules
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2022-07-05 09:02:09 -04:00

10 lines
130 B
Go

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