mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Enable gofumpt linter; format code gofumpt -w . (#1576)
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ func ParseUfloat(buf []byte) (float64, error) {
|
||||
}
|
||||
b := buf
|
||||
var v uint64
|
||||
var offset = 1.0
|
||||
offset := 1.0
|
||||
var pointFound bool
|
||||
for i, c := range b {
|
||||
if c < '0' || c > '9' {
|
||||
|
||||
Reference in New Issue
Block a user