style: prefer stdlib idioms for errors and http methods

This commit is contained in:
Mathis Maquenne
2026-08-05 21:43:59 +02:00
parent a695fb4de3
commit c1775e5c04
12 changed files with 50 additions and 44 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package download
import (
"fmt"
"math/rand"
"math/rand/v2"
"os"
"time"