Skip to content

Commit

Permalink
add kratos demo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhao committed Apr 22, 2019
1 parent 492e13a commit c914669
Show file tree
Hide file tree
Showing 20 changed files with 789 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

kratos-demo
go.sum
cmd/cmd
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## kratos-demo

### v1.0.0
1. 上线功能xxx
6 changes: 6 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Owner
felixhao

# Author

# Reviewer
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# kratos-demo
a project that use kratos

## 项目简介
使用[kratos](https://github.com/bilibili/kratos)框架的项目demo

### 生成
使用[kratos](https://github.com/bilibili/kratos/tree/master/tool/kratos)工具生成
```shell
go get -u github.com/bilibili/kratos/tool/kratos
kratos init
```
Loading

0 comments on commit c914669

Please sign in to comment.