Skip to content

Commit 1de13b6

Browse files
committed
docs: Add description of new features
1 parent dba6483 commit 1de13b6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ timezone "xxx" is invalid, please see the file "$GOROOT/lib/time/zoneinfo.zip" f
16761676
#### 常见问题
16771677

16781678
1、v2.5.x 和 v2.6.x 版本有什么区别?
1679-
> v2.5.x 及以下版本是值传递, v2.6.x 及以上版本是指针传递,并且使用了泛型实现了 JSON 编码输出格式自定义。两个版本都会长期维护,但是强烈建议使用 v2.6.x 及以上版本。
1679+
> `v2.5.x` 及以下版本是``传递, `v2.6.x` 及以上版本是`指针`传递,强烈建议使用 v2.6.x 及以上版本。
16801680
16811681
2、window 系统部署时时区报错
16821682

README.jp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ timezone "xxx" is invalid, please see the file "$GOROOT/lib/time/zoneinfo.zip" f
16671667
#### FAQ
16681668

16691669
1、v2.5.x と v2.6.x のバージョンの違いは何ですか?
1670-
> v2.5.x および以下のバージョンは値転送であり、v2.6.x 以上のバージョンはポインタ転送であり、汎用を使用して JSON 符号化出力フォーマットのカスタマイズを実現した。どちらのバージョンも長期的にメンテナンスされますが、v2.6.x+ バージョンを使用することを強くお勧めします
1670+
> `v2.5.x` および以下のバージョンは `` 転送であり、`v2.6.x` および以上のバージョンは `ポインタ` 転送であり、`v2.6.x` および以上のバージョンを使用することを強くお勧めします
16711671
16721672
2、window 系统下部署二进制文件时区报错
16731673

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ timezone "xxx" is invalid, please see the file "$GOROOT/lib/time/zoneinfo.zip" f
16701670
#### FAQ
16711671

16721672
1、What is the difference between v2.5.x and v2.6.x?
1673-
> `v2.5.x` and below use value passing, while `v2.6.x` and above use pointer passing, and use generics to implement custom `JSON` encoding output format. Both versions will be maintained for a long time, but it is strongly recommended to use `v2.6.x` and above.
1673+
> `v2.5.x` and below use `value` passing, `v2.6.x` and above use `pointer` passing. It is strongly recommended to use `v2.6.x` and above.
16741674
16751675
2、Timezone error when deploying on `Windows` system
16761676

0 commit comments

Comments
 (0)