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 d531181 commit e491251Copy full SHA for e491251
generic_test.go
@@ -69,3 +69,4 @@ func ExampleGenericStack() {
69
70
for stack.Len() > 0 {
71
fmt.Println(stack.Pop())
72
+ }
0 commit comments