企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[TOC] ### linux/MacOs环境下安装 ***** macos 执行命令: ``` $ brew install go ``` ### 问题 ***** ``` cannot find package "fmt" in any of: /usr/local/Cellar/go/1.13/src/fmt (from $GOROOT) ``` 可以尝试把GOROOT目录设置为 ``` export GOROOT=/usr/local/Cellar/go/1.13/libexec ```