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

@@ -6,13 +6,10 @@ package pflag
import (
goflag "flag"
"fmt"
"reflect"
"strings"
)
var _ = fmt.Print
// flagValueWrapper implements pflag.Value around a flag.Value. The main
// difference here is the addition of the Type method that returns a string
// name of the type. As this is generally unknown, we approximate that with