reflect.Value.SetString (method)
7 uses
reflect (current package)
value.go#L2315: func (v Value) SetString(x string) {
value.go#L3521: ret.SetString(v)
encoding/asn1
asn1.go#L1028: val.SetString(v)
encoding/json
decode.go#L787: kv.SetString(string(key))
decode.go#L962: v.SetString(t)
decode.go#L983: v.SetString(string(item))
fmt
scan.go#L1032: v.SetString(s.convertString(verb))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |