GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. https://github.com/gogf/gf

天问 55fba427de Update 'README.md' 9 months ago
README.md 55fba427de Update 'README.md' 9 months ago

README.md

gf

安装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