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

@@ -114,7 +114,7 @@ comments: true
=== "Go"
```go title="queue.go"
```go title="queue_test.go"
/* 初始化队列 */
// 在 Go 中,将 list 作为队列来使用
queue := list.New()