mirror of
https://github.com/aykhans/dodo.git
synced 2025-09-03 18:03:34 +00:00
🔨 Refactor all requests package logic.
- Replace net/http with fasthttp in the requests package.
This commit is contained in:
@@ -28,4 +28,4 @@ func AvgDuration(durations ...time.Duration) time.Duration {
|
||||
total += d
|
||||
}
|
||||
return total / time.Duration(len(durations))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user