Merge pull request #177 from gabe565/remove-time-tzdata

Remove `time/tzdata` dependency
This commit is contained in:
Andrew Erlikh 2025-03-17 21:24:34 +07:00 committed by GitHub
commit 37bd7ca198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@ import (
// "net/http"
// _ "net/http/pprof"
_ "time/tzdata"
"github.com/aceberg/WatchYourLAN/internal/web"
)