Commit 30e0f809 by comeback01

fix(go): correct module import paths

parent 4ed5f1ab
...@@ -10,9 +10,9 @@ import ( ...@@ -10,9 +10,9 @@ import (
"io" "io"
"log" "log"
"net/http" "net/http"
"one-api/common" "github.com/QuantumNous/new-api/common"
"one-api/model" "github.com/QuantumNous/new-api/model"
"one-api/setting" "github.com/QuantumNous/new-api/setting"
"time" "time"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment