Commit 08cdb9ba by Seefs Committed by GitHub

Merge pull request #2118 from comeback01/fix/go-import-paths

fix(go): Correct Go module import paths
parents 4ed5f1ab 30e0f809
......@@ -10,9 +10,9 @@ import (
"io"
"log"
"net/http"
"one-api/common"
"one-api/model"
"one-api/setting"
"github.com/QuantumNous/new-api/common"
"github.com/QuantumNous/new-api/model"
"github.com/QuantumNous/new-api/setting"
"time"
"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