Skip to content

Commit 109b116

Browse files
committed
fix(imports): fix build bugs
1 parent 6fcb63c commit 109b116

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/baidu_netdisk/driver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"encoding/hex"
77
"encoding/json"
88
"errors"
9+
"fmt"
910
"io"
1011
"net/url"
1112
"os"

server/handles/fsup.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package handles
22

33
import (
4+
"fmt"
45
"io"
56
"net/url"
67
stdpath "path"
@@ -17,6 +18,7 @@ import (
1718
"github.com/OpenListTeam/OpenList/v4/pkg/utils"
1819
"github.com/OpenListTeam/OpenList/v4/server/common"
1920
"github.com/gin-gonic/gin"
21+
log "github.com/sirupsen/logrus"
2022
)
2123

2224
func getLastModified(c *gin.Context) time.Time {

0 commit comments

Comments
 (0)