main
fix(Go): Update array_queue.go and array_deque.go (#1362)
Add build script for Go and update Go codes.
Replace poll with pop
refactor: Replace poll with pop in Queue and Deque (#415)
Unify the function naming of queue from `offer()` to `push()`