We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168b4b7 commit 8cb857fCopy full SHA for 8cb857f
generic_test.go
@@ -68,3 +68,4 @@ func ExampleGenericStack() {
68
}
69
70
for stack.Len() > 0 {
71
+ fmt.Println(stack.Pop())
0 commit comments