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 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |