package
0.0.0-20240930093752-df89de384c1e
Repository: https://github.com/zyyw/go-crash-course.git
Documentation: pkg.go.dev

# Type aliases

implement queue version 1: queue of type int only.
version 2: queue of any type using empty interface.