package
0.0.0-20210201173354-8cba18c2dd1c
Repository: https://github.com/ugorji/go-common.git
Documentation: pkg.go.dev
# README
go-common/flagutil
This repository contains the go-common/flagutil
library.
To install:
go get github.com/ugorji/go-common/flagutil
Package Documentation
Exported Package API
type BoolFlagValue struct{ ... }
type RegexpFlagValue regexp.Regexp
type SetStringFlagValue struct{ ... }
type StringsFlagValue []string
type StringsNoDupFlagValue []string