Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Jun 14, 2020
1 parent 5605053 commit 76e53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
n2 := worker{ID: 2}

workerHead.AddTail(&n1.Head) //添加到尾部
workerHead.AddTail(&n2.Head) //天骄到尾部
workerHead.AddTail(&n2.Head) //添加到尾部

offset := unsafe.Offsetof(workerHead.Head)
//遍历
Expand Down

0 comments on commit 76e53cc

Please sign in to comment.