项目原始仓库地址:goserver。欢迎 Star,本项目会持续更新迭代,带来更多的功能,更佳的软件设计!
博客系统是一个Go语言教学项目,遵循简洁架构,实现了Go项目开发过程中的绝大部分功能点,代码规范、质量高,并且可以作为企业应用的代码脚手架。
安装步骤如下:
$ git clone https://github.com/marmotedu/goserver
$ cd goserver
# 安装依赖
$ make deps
# 安装依赖、编译二进制
$ make build
import Component from 'my-project'
function App() {
return <Component />
}
If you have any feedback, please reach out to us at colin404@foxmail.com
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.
Please adhere to this project's code of conduct
.
- @孔令飞
- 微信群,公众号
Here are some related projects