Skip to content

Commit

Permalink
golang go基础撰写
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtunan committed Jul 20, 2024
1 parent 80ffa1b commit 35c494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/golang/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ func main() {
```

## for循环
`Golang``for`循环中,`break``continue`依旧分别表示中断循环和继续下一次循环。
`Golang``for`循环中,`break``continue`依旧分别表示中断循环和继续下一次循环。

### for循环的三种方式
```go
Expand Down

0 comments on commit 35c494e

Please sign in to comment.