↓ 5 callersFunctionScanScan copies from src to the values pointed at by dest. The values pointed at by dest must be an integer, float, boolean, string, []byte, interface{}
builder/docformat/src/github.com/garyburd/redigo/redis/scan.go:228
↓ 5 callersMethodgoTagThe tag is a string like "varint,2,opt,name=fieldname,def=7" that identifies details of the field for the protocol buffer marshaling and unmarshaling
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:1446
↓ 4 callersFunctionEncodeVarintmaximum length of a varint EncodeVarint returns the varint encoding of x. This is the format for the int32, int64, uint32, uint64, bool, and enum prot
builder/docformat/src/github.com/golang/protobuf/proto/encode.go:83