func github.com/lann/builder.scanStruct

3 uses

	github.com/lann/builder (current package)
		builder.go#L185: 	return scanStruct(builder, structVal)
		builder.go#L199: 	return scanStruct(builder, &structVal)
		builder.go#L202: func scanStruct(builder interface{}, structVal *reflect.Value) interface{} {