Skip to content

Commit

Permalink
初始化参数为5
Browse files Browse the repository at this point in the history
  • Loading branch information
jky-yy authored and yangwenmai committed Jan 14, 2019
1 parent 7bf7f3a commit d19e699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/interview/articles/interview_analysis_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ index:1肯定是最后执行的,但是index:1的第三个参数是一个函数
### 7. 请写出以下输入内容
```go
func main() {
s := make([]int, 0)
s := make([]int, 5)
s = append(s, 1, 2, 3)
fmt.Println(s)
}
Expand Down

0 comments on commit d19e699

Please sign in to comment.