0
点赞
收藏
分享

微信扫一扫

Go/beego 安装流程

夕阳孤草 2022-05-03 阅读 67

centos安装比较麻烦
建议还是window开发好点
安装go
注意
GOPATH
GOPROXY
GOROOT
的位置
在GOPATH下的src目录下开发
centos想用bee 建议手动下载 在解压好的根目录下用go mod vendor, 生成的bee二进制文件添加到centos的环境变量中 vim /etc/profile source /etc/profile
bee new demo 生成的页面是不会404的
bee api apidemo 生成的页面会404

举报

相关推荐

0 条评论