type github.com/go-git/gcfg.tag

13 uses

	github.com/go-git/gcfg (current package)
		set.go#L17: type tag struct {
		set.go#L22: func newTag(ts string) tag {
		set.go#L23: 	t := tag{}
		set.go#L34: func fieldFold(v reflect.Value, name string) (reflect.Value, tag) {
		set.go#L53: 		return reflect.Value{}, tag{}
		set.go#L58: type setter func(destp interface{}, blank bool, val string, t tag) error
		set.go#L67: func textUnmarshalerSetter(d interface{}, blank bool, val string, t tag) error {
		set.go#L78: func boolSetter(d interface{}, blank bool, val string, t tag) error {
		set.go#L127: func intSetter(d interface{}, blank bool, val string, t tag) error {
		set.go#L138: func stringSetter(d interface{}, blank bool, val string, t tag) error {
		set.go#L170: func typeSetter(d interface{}, blank bool, val string, tt tag) error {
		set.go#L179: func kindSetter(d interface{}, blank bool, val string, tt tag) error {
		set.go#L188: func scanSetter(d interface{}, blank bool, val string, tt tag) error {