fix issue in example of package glist

This commit is contained in:
John 2020-06-11 18:43:35 +08:00
parent 27c2a03ea8
commit c9c3be517c

View File

@ -121,9 +121,6 @@ func ExampleList_PopBack() {
// Output:
// 9
// [8 7]
// 1
// [2 3]
}
func ExampleList_PopBacks() {
l := glist.NewFrom(g.Slice{1, 2, 3, 4, 5, 6, 7, 8, 9})