GO遇到的问题记录

warning: 'TARGET_OS_MAC' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]

解决:

go env -w CGO_ENABLED="0"