Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 61efd87

Browse files
改了几个错别字
1 parent 4c88127 commit 61efd87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ func (接收者 接受者类型)函数名称(形参列表)(返回值列表) {
495495
- Vim(初学者入门门槛高)
496496
- VSCode(不喜欢)
497497
- Sublime Test(不喜欢)
498-
- GoLand(喜欢,当收费)
498+
- GoLand(喜欢,但收费)
499499
- LiteIDE(开源免费, 跨平台运行,轻量级)
500500
- 生男生女都一样, 最关键是你中意哪个就用哪个
501501
---
@@ -1260,7 +1260,7 @@ int main(){
12601260

12611261
var num7 rune = 11
12621262
var num8 int32
1263-
num8 = num7 // 这里不是隐式转换, 不报错的原因是byte的本质就是int32
1263+
num8 = num7 // 这里不是隐式转换, 不报错的原因是rune的本质就是int32
12641264
fmt.Println(num8)
12651265
}
12661266
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /