GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. https://github.com/gogf/gf
天问 55fba427de Update 'README.md' | 1 year ago | |
---|---|---|
README.md | 1 year ago |
安装gf命令行:
wget -O gf https://github.com/gogf/gf/releases/latest/download/gf_$(shell go env GOOS)_$(shell go env GOARCH) && \
chmod +x gf && \
./gf install -y && \
rm ./gf