Skip to content

Commit 61fee67

Browse files
committed
Update 10.3.md
修改链接方式,原方式会导致后面文字也算是URL
1 parent 6ce0193 commit 61fee67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
}
2323

24-
为了支持国际化,在此我们使用了一个国际化相关的包——go-i18n(https://github.com/astaxie/go-i18n),首先我们向go-i18n包注册config/locales这个目录,以加载所有的locale文件
24+
为了支持国际化,在此我们使用了一个国际化相关的包——[go-i18n](https://github.com/astaxie/go-i18n),首先我们向go-i18n包注册config/locales这个目录,以加载所有的locale文件
2525

2626
Tr:=i18n.NewLocale()
2727
Tr.LoadPath("config/locales")

0 commit comments

Comments
 (0)