gpt4 book ai didi

Golang 未定义

转载 作者:数据小太阳 更新时间:2023-10-29 03:42:13 36 4
gpt4 key购买 nike

我正在尝试用 Go 编译我的应用程序,但出现以下错误:

C:\Users\Root\go\src\github.com\ussssseeeeeeerrr\test> go build
# github.com/facebookgo/grace/gracehttp
..\..\facebookgo\grace\gracehttp\http.go:104:53: undefined: syscall.SIGUSR2
..\..\facebookgo\grace\gracehttp\http.go:114:8: undefined: syscall.SIGUSR2
..\..\facebookgo\grace\gracehttp\http.go:154:13: undefined: syscall.Kill
# github.com/ussssseeeeeeerrr/test/models
C:\Go\src\github.com\ussssseeeeeeerrr\test\models\setup.go:24:2: undefined: runner.MustPing

我不确定我做错了什么。

http.go {第 104 行}:

    signal.Notify(ch, syscall.SIGINT, syscall.SIGTERM, syscall.SIGUSR2)


http.go {第 114 行}:

        case syscall.SIGUSR2:


http.go {第 154 行}:

        if err := syscall.Kill(ppid, syscall.SIGTERM); err != nil {


Import() 部分:

    "bytes"
"crypto/tls"
"fmt"
"log"
"net"
"net/http"
"os"
"os/signal"
"sync"
"syscall"

"github.com/facebookgo/grace/gracenet"
"github.com/facebookgo/httpdown"

setup.go {第 24 行}:

    runner.MustPing(db)

Import() 部分:

    runner "gopkg.in/mgutz/dat.v1/sqlx-runner"

最佳答案

第一个问题的解决方法:
Gracehttp 根本不支持windows。切换到我的其他操作系统解决了编译问题。

第二个问题的解决方法:
sqlx runner 已过时。切换到更新的替代方案。

关于Golang 未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49474742/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com