package
1.2.4
Repository: https://github.com/ccheers/xpkg.git
Documentation: pkg.go.dev

# README

flagvar

import "github.com/ccheers/xpkg/conf/flagvar"

Index

type StringVars

StringVars []string implement flag.Value

type StringVars []string

func (*StringVars) Set

func (s *StringVars) Set(val string) error

Set implement flag.Value

func (StringVars) String

func (s StringVars) String() string

Generated by gomarkdoc