Skip to content

Commit e9ceb36

Browse files
committed
docs: 增加英文文档
1 parent 5222c87 commit e9ceb36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README_en.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Golang's ternary expression implementation
22

3+
[中文文档](./README.md) | [English Document](./README_en.md)
4+
35
# 1. The original intention of development
46

57
The lack of ternary expressions in Golang has led to the fact that in some cases, things that can be done in one line with ternary expressions have to be written very verbosely in Golang.

0 commit comments

Comments
 (0)