Update stack in Go

This commit is contained in:
Yudong Jin
2022-12-15 23:30:53 +08:00
parent 7a284b7a09
commit f8cc9c09d8
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ comments: true
=== "Go"
```go title="deque.go"
```go title="deque_test.go"
/* 初始化双向队列 */
// 在 Go 中,将 list 作为双向队列使用
deque := list.New()