mirror of
https://github.com/gofiber/storage.git
synced 2025-09-29 22:02:21 +08:00
🧹 remove panic
This commit is contained in:
@@ -3,10 +3,11 @@ package arangodb
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/arangodb/go-driver"
|
||||
"github.com/arangodb/go-driver/http"
|
||||
"github.com/gofiber/utils"
|
||||
"time"
|
||||
)
|
||||
|
||||
// Storage interface that is implemented by storage providers
|
||||
|
Reference in New Issue
Block a user