From 1b013e2023feddae8a14bb84665af72c5a17952c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B0=E4=BA=AE?= Date: Sat, 10 Jul 2021 22:24:43 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=96=87=E6=A1=A3):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 .gitignore 文件 - 修改 README.md 文件 - 修改 en.md 文件 --- .gitignore | 21 ++++++++++++++++----- README.md | 4 ++-- en.md | 13 ++----------- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 0237b2c..aedf692 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,16 @@ -/.vscode -.vscode -/.idea -.idea -mfmt +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.idea + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ diff --git a/README.md b/README.md index dbd4b7f..098579f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 查看 Jaeger 链路追踪代码,请查看 [v1.0版](https://github.com/xinliangnote/go-gin-api/releases/tag/v1.0),文档点这里 [jaeger.md](https://github.com/xinliangnote/go-gin-api/blob/master/docs/jaeger.md) 。 -## Learning together +## 联系作者 -![](https://github.com/xinliangnote/Go/blob/master/00-基础语法/images/qr.jpg) +![联系作者](https://i.loli.net/2021/07/02/cwiLQ13CRgJIS86.jpg) diff --git a/en.md b/en.md index 099e8c3..e24987d 100644 --- a/en.md +++ b/en.md @@ -27,25 +27,16 @@ Features: ## Index -The go-gin-api document consists of the following main parts: - -- Requirements -- Getting started -- Directory Structure -- Core package -- Component guide -- Toolkit - **Detailed documentation:[https://www.yuque.com/xinliangnote/go-gin-api/ngc3x5](https://www.yuque.com/xinliangnote/go-gin-api/ngc3x5)** ## Others To check Jaeger code, [v1.0](https://github.com/xinliangnote/go-gin-api/releases/tag/v1.0),documentation:[jaeger.md](https://github.com/xinliangnote/go-gin-api/blob/master/docs/jaeger.md) 。 -## Comtributing +## Contributing Help us with translating `go-gin-api` to your native language. ## Learning together -![](https://github.com/xinliangnote/Go/blob/master/00-基础语法/images/qr.jpg) \ No newline at end of file +![联系作者](https://i.loli.net/2021/07/02/cwiLQ13CRgJIS86.jpg) \ No newline at end of file