问题:
执行 bee run 时报错:
ERROR ▶ 0003 Failed to build the application: go: cannot find main module; see 'go help modules'
解决办法:
在项目目录下先执行:
go mod init
执行 bee run 时报错:
ERROR ▶ 0003 Failed to build the application: go: cannot find main module; see 'go help modules'
在项目目录下先执行:
go mod init