GO中使用遇到的问题记录集

问题1:Goland debug(Mac)中出现⚠️ 'TARGET_OS_MAC' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
解决:go env -w CGO_ENABLED="0",然后重启goland

posted @ 2024-11-01 14:27  wulongming88  阅读(2)  评论(0编辑  收藏  举报