forked from marmotedu/iam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 版本映射 | ||
|
||
为了方便对照代码学习,这里整理了一份版本映射供你参考。在学习的时候注意参照对应版本的代码看,否则可能会出现专栏/书中的代码跟所看代码(可能拿的是master分支的代码)不一致的情况。 | ||
|
||
## 极客时间《Go 语言项目开发实战》 | ||
|
||
| 组件 | 版本(Tag) | | ||
| ---------------- | --------- | | ||
| component-base | v1.0.1 | | ||
| api | v1.0.2 | | ||
| marmotedu-sdk-go | v1.0.3 | | ||
| medu-sdk-go | v1.0.0 | | ||
| iam | v1.1.0 | | ||
| log | v0.0.1 | | ||
| errors | v1.0.2 | | ||
| gopractise-demo | v1.0.0 | | ||
| sample-code | v1.0.0 | | ||
|
||
## 《从零构建企业级 Go 项目》 | ||
|
||
| 组件 | 版本(Tag) | | ||
| ---------------- | --------- | | ||
| component-base | v1.6.2 | | ||
| api | v1.6.2 | | ||
| marmotedu-sdk-go | v1.6.2 | | ||
| medu-sdk-go | v1.6.2 | | ||
| iam | v1.6.2 | | ||
| log | v0.0.1 | | ||
| errors | v1.0.2 | | ||
| gopractise-demo | v1.0.0 | | ||
| sample-code | v1.0.0 | |