From b22fc706c39eab8ef626dad18f21609425cc8714 Mon Sep 17 00:00:00 2001 From: therealmitchconnors Date: Thu, 5 Sep 2019 11:27:43 -0700 Subject: Expand SliceValue support to all slice and array types. --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7eb892e --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/spf13/pflags + +go 1.12 + +require github.com/spf13/pflag v1.0.3 -- cgit v1.2.3