XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Fix build

4ed332fa
hlohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f-go/main.go +1 -1
@@ -36,7 +36,7 @@ func main() {
36 36
37 37 func runMain() int {
38 38 binDir := installDir()
39 args := normalizeArgs(os.Args)
39 args := os.Args[1:]
40 40 if len(args) == 0 {
41 41 printHelp()
42 42 return 0