func github.com/go-redis/redis/v8/internal/util.ParseFloat
4 uses
github.com/go-redis/redis/v8/internal/util (current package)
strconv.go#L17: func ParseFloat(b []byte, bitSize int) (float64, error) {
github.com/go-redis/redis/v8/internal/proto
reader.go#L251: return util.ParseFloat(b, 64)
scan.go#L89: n, err := util.ParseFloat(b, 32)
scan.go#L97: *v, err = util.ParseFloat(b, 64)
![]() |
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. |