Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 97 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 97 Bytes

gqueue

基于container/list实现

  • gq := NewQueue()
  • gq.Push()
  • gq.Pop()
  • gq.Pops()