Skip to content

Commit

Permalink
update v6->master
Browse files Browse the repository at this point in the history
  • Loading branch information
swxctx committed Oct 16, 2019
1 parent 2b3e14a commit 600cb82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# TP-Micro [![GitHub release](https://img.shields.io/github/release/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/releases) [![report card](https://goreportcard.com/badge/github.com/xiaoenai/tp-micro?style=flat-square)](http://goreportcard.com/report/xiaoenai/tp-micro) [![github issues](https://img.shields.io/github/issues/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/issues?q=is%3Aissue+is%3Aclosed) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/xiaoenai/tp-micro) [![view examples](https://img.shields.io/badge/learn%20by-examples-00BCD4.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/tree/v3/examples) [![view teleport](https://img.shields.io/badge/based%20on-teleport-00BCD4.svg?style=flat-square)](https://github.com/henrylee2cn/teleport) [![view Go网络编程群](https://img.shields.io/badge/官方QQ群-Go网络编程(42730308)-27a5ea.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=fzi4p1)


TP-Micro v6 is a simple, powerful micro service framework based on [Teleport v6](https://github.com/henrylee2cn/teleport/tree/master).
TP-Micro master(v6) is a simple, powerful micro service framework based on [Teleport v6](https://github.com/henrylee2cn/teleport/tree/master).

[简体中文](https://github.com/xiaoenai/tp-micro/blob/v6/README_ZH.md)
[简体中文](https://github.com/xiaoenai/tp-micro/blob/master/README_ZH.md)

![tp-micro flow chart](https://github.com/xiaoenai/tp-micro/raw/v6/doc/tp-micro_flow_chart.png)
![tp-micro flow chart](https://github.com/xiaoenai/tp-micro/raw/master/doc/tp-micro_flow_chart.png)

## Install

Expand Down Expand Up @@ -347,7 +347,7 @@ OPTIONS:
```


[More Micro Command](https://github.com/xiaoenai/tp-micro/tree/v6/cmd/micro)
[More Micro Command](https://github.com/xiaoenai/tp-micro/tree/master/cmd/micro)

## Usage

Expand Down Expand Up @@ -665,7 +665,7 @@ func main() {
}
```

[Detail Example](https://github.com/xiaoenai/tp-micro/tree/v6/examples/binder)
[Detail Example](https://github.com/xiaoenai/tp-micro/tree/master/examples/binder)

### Optimize

Expand Down Expand Up @@ -716,4 +716,4 @@ func SetSocketWriteBuffer(bytes int)

## License

Micro is under Apache v2 License. See the [LICENSE](https://github.com/xiaoenai/tp-micro/raw/v6/LICENSE) file for the full license text
Micro is under Apache v2 License. See the [LICENSE](https://github.com/xiaoenai/tp-micro/raw/master/LICENSE) file for the full license text
12 changes: 6 additions & 6 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# TP-Micro [![GitHub release](https://img.shields.io/github/release/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/releases) [![report card](https://goreportcard.com/badge/github.com/xiaoenai/tp-micro?style=flat-square)](http://goreportcard.com/report/xiaoenai/tp-micro) [![github issues](https://img.shields.io/github/issues/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/issues?q=is%3Aissue+is%3Aclosed) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/xiaoenai/tp-micro) [![view examples](https://img.shields.io/badge/learn%20by-examples-00BCD4.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/tree/v3/examples) [![view teleport](https://img.shields.io/badge/based%20on-teleport-00BCD4.svg?style=flat-square)](https://github.com/henrylee2cn/teleport) [![view Go网络编程群](https://img.shields.io/badge/官方QQ群-Go网络编程(42730308)-27a5ea.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=fzi4p1)


TP-Micro v6 是一个基于 [Teleport v4](https://github.com/henrylee2cn/teleport/tree/master) 定制的、简约而强大的微服务框架。
TP-Micro master(v6) 是一个基于 [Teleport v4](https://github.com/henrylee2cn/teleport/tree/master) 定制的、简约而强大的微服务框架。

![tp-micro flow chart](https://github.com/xiaoenai/tp-micro/raw/v6/doc/tp-micro_flow_chart.png)
![tp-micro flow chart](https://github.com/xiaoenai/tp-micro/raw/master/doc/tp-micro_flow_chart.png)

## 安装

Expand Down Expand Up @@ -115,7 +115,7 @@ func main() {
}
```

[更多示例](https://github.com/xiaoenai/tp-micro/tree/v6/examples)
[更多示例](https://github.com/xiaoenai/tp-micro/tree/master/examples)


## 学习 `micro` 命令
Expand Down Expand Up @@ -343,7 +343,7 @@ OPTIONS:
```


[更多 Micro 命令](https://github.com/xiaoenai/tp-micro/tree/v6/cmd/micro)
[更多 Micro 命令](https://github.com/xiaoenai/tp-micro/tree/master/cmd/micro)


## 用法
Expand Down Expand Up @@ -666,7 +666,7 @@ func main() {
}
```

[示例详情](https://github.com/xiaoenai/tp-micro/tree/v6/examples/binder)
[示例详情](https://github.com/xiaoenai/tp-micro/tree/master/examples/binder)


### 通信优化
Expand Down Expand Up @@ -713,4 +713,4 @@ func SetSocketWriteBuffer(bytes int)

## 开源协议

Micro 项目采用商业应用友好的 [Apache2.0](https://github.com/xiaoenai/tp-micro/raw/v6/LICENSE) 协议发布
Micro 项目采用商业应用友好的 [Apache2.0](https://github.com/xiaoenai/tp-micro/raw/master/LICENSE) 协议发布

0 comments on commit 600cb82

Please sign in to comment.