godep update github.com/spf13/pflag

This commit is contained in:
xilabao
2017-02-21 15:01:58 +08:00
parent e40b55f8b4
commit db65bed243
18 changed files with 568 additions and 40 deletions

View File

@@ -1,11 +1,5 @@
package pflag
import (
"fmt"
)
var _ = fmt.Fprint
// -- stringArray Value
type stringArrayValue struct {
value *[]string