//
pkg.gl
Category
github.com/zyyw/go-crash-course
13_interfaces
example_empty_interface
package
0.0.0-20240930093752-df89de384c1e
Repository:
https://github.com/zyyw/go-crash-course.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
39 SLOC
#
Type aliases
Queue
implement queue version 1: queue of type int only.
Queue2
version 2: queue of any type using empty interface.