• golang下載包出現錯誤:unrecognized import path

    0
    Golang 40149 次瀏覽

    go get -u -t github.com/volatiletech/sqlboiler

    package golang.org/x/sys/unix: unrecognized import path "golang.org/x/sys/unix" (https fetch: Get https://golang.org/x/sys/unix?go-get=1: proxyconnect tcp: net/http: TLS handshake timeout)
    package golang.org/x/text/transform: unrecognized import path "golang.org/x/text/transform" (https fetch: Get https://golang.org/x/text/transform?go-get=1: proxyconnect tcp: net/http: TLS handshake timeout)
    package golang.org/x/text/unicode/norm: unrecognized import path "golang.org/x/text/unicode/norm" (https fetch: Get https://golang.org/x/text/unicode/norm?go-get=1: proxyconnect tcp: net/http: TLS handshake timeout)

    相似問題

    相關經驗

    相關資訊

    相關文檔

  • sesese色