使用bee cli创建的项目是不包含mod的
需要先
mod init xxxx
然后执行
bee run
否则,将会收到
ERROR ▶ 0004 Failed to build the application: go: cannot find main module; see 'go help modules'
使用bee cli创建的项目是不包含mod的
需要先
mod init xxxx
然后执行
bee run
否则,将会收到
ERROR ▶ 0004 Failed to build the application: go: cannot find main module; see 'go help modules'