code cleanup

This commit is contained in:
stefanodvx 2025-04-24 12:20:35 +02:00
parent 917be1687f
commit 5336968e05
34 changed files with 193 additions and 115 deletions

View file

@ -11,7 +11,7 @@ import (
"os"
"strconv"
_ "net/http/pprof"
_ "net/http/pprof" // profiling
"github.com/joho/godotenv"
)