我剛剛將 Golang 從 升級1.3到 version 1.4.2。并且由于錯(cuò)誤而無法編譯:../../my/mandrill.go:5: import /path/to/go/home/pkg/darwin_amd64/github.com/keighl/mandrill.a: object is [darwin amd64 go1.3.3 X:precisestack] expected [darwin amd64 go1.4.2 X:precisestack]FAIL folder [build failed]在線的 m "github.com/keighl/mandrill"package myimport ( "fmt" m "github.com/keighl/mandrill")我猜一些導(dǎo)入規(guī)則在1.4.2. 但無法弄清楚如何更改我的導(dǎo)入代碼以使其編譯。
導(dǎo)入對象是預(yù)期的 Golang 1.4.2 錯(cuò)誤
慕運(yùn)維8079593
2021-09-20 16:45:16