剛剛將golang編譯器更新到1.12.5版本。除了go vet
命令之外,一切都運作良好。它會回應以下錯誤:
# runtime/cgo
_cgo_export.c:3:10: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^~~~~~~~~~
compilation terminated.
我不確定我在哪裡弄錯了,但如果您有一些想法,我將非常感激。
剛剛將golang編譯器更新到1.12.5版本。除了go vet
命令之外,一切都運作良好。它會回應以下錯誤:
# runtime/cgo
_cgo_export.c:3:10: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^~~~~~~~~~
compilation terminated.
我不確定我在哪裡弄錯了,但如果您有一些想法,我將非常感激。