docs(文档): 修改文档
- 修改 .gitignore 文件 - 修改 README.md 文件 - 修改 en.md 文件
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -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/
|
||||
|
||||
@@ -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
|
||||
## 联系作者
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
13
en.md
13
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
|
||||
|
||||

|
||||

|
||||
Reference in New Issue
Block a user