github.com/jackc/pgtype.Circle.R (field)

5 uses

	github.com/jackc/pgtype (current package)
		circle.go#L16: 	R      float64
		circle.go#L71: 	*dst = Circle{P: Vec2{x, y}, R: r, Status: Present}
		circle.go#L91: 		R:      math.Float64frombits(r),
		circle.go#L108: 		strconv.FormatFloat(src.R, 'f', -1, 64),
		circle.go#L124: 	buf = pgio.AppendUint64(buf, math.Float64bits(src.R))