package
0.0.0-20210911005019-8a26e672d2db
Repository: https://github.com/renyddd/golang.git
Documentation: pkg.go.dev

# Functions

* Initialize your data structure here.

# Structs

MyQueue sIn 用于接受新元素,sOut 用来维持当前非空栈的 FIFO 队列性质.