Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
update import order
Browse files Browse the repository at this point in the history
  • Loading branch information
linweiyuan committed Jul 7, 2023
1 parent 60de6b5 commit dd0e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package main

import (
"github.com/linweiyuan/go-chatgpt-api/api/imitate"
"log"
"os"
"strings"

"github.com/gin-gonic/gin"
"github.com/linweiyuan/go-chatgpt-api/api"
"github.com/linweiyuan/go-chatgpt-api/api/chatgpt"
"github.com/linweiyuan/go-chatgpt-api/api/imitate"
"github.com/linweiyuan/go-chatgpt-api/api/platform"
_ "github.com/linweiyuan/go-chatgpt-api/env"
"github.com/linweiyuan/go-chatgpt-api/middleware"
Expand Down

0 comments on commit dd0e961

Please sign in to comment.