...get rid of time

This commit is contained in:
2025-07-22 20:30:02 +02:00
parent 4d2c1622d3
commit b2c5d8f41c

View File

@@ -3,7 +3,6 @@ package cyutils
import ( import (
"net/http" "net/http"
"sync" "sync"
"time"
"golang.org/x/time/rate" "golang.org/x/time/rate"
) )