fix build error, replace path with filepath, and small fixes

This commit is contained in:
Zoe
2025-05-23 15:39:14 +00:00
parent e858308421
commit e1f58e8aaf
4 changed files with 50 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ import (
"mime/multipart"
"net/rpc"
"strings"
"time"
"github.com/gofiber/fiber/v3"
)
@@ -132,3 +133,4 @@ func (p *GLoomI) RegisterRoutes(router fiber.Router) {
// Exported symbol
var Plugin GLoomI
var Version = time.Now()