/goserver

iam-gin-footer

Primary LanguageGo

项目原始仓库地址:goserver。欢迎 Star,本项目会持续更新迭代,带来更多的功能,更佳的软件设计!

博客系统(goserver)

博客系统是一个Go语言教学项目,遵循简洁架构,实现了Go项目开发过程中的绝大部分功能点,代码规范、质量高,并且可以作为企业应用的代码脚手架。

Features

Installation

安装步骤如下:

$ git clone https://github.com/marmotedu/goserver

$ cd goserver

# 安装依赖
$ make deps

# 安装依赖、编译二进制
$ make build

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Documentation

Documentation

Feedback

If you have any feedback, please reach out to us at colin404@foxmail.com

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's code of conduct.

Authors

License

MIT

Related

Here are some related projects